Searched refs:GNU (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/ |
H A D | triple_ut_test.cpp | 26 ASSERT_EQ(Triple::GetTriple().GetEnvironment(), Triple::EnvironmentType::GNU); in TEST() member in Triple::EnvironmentType 31 ASSERT_EQ(Triple::GetTriple().GetEnvironment(), Triple::EnvironmentType::GNU); in TEST() member in Triple::EnvironmentType 36 ASSERT_EQ(Triple::GetTriple().GetEnvironment(), Triple::EnvironmentType::GNU); in TEST() member in Triple::EnvironmentType 56 ASSERT_EQ(Triple::GetTriple().GetEnvironment(), Triple::EnvironmentType::GNU); in TEST() member in Triple::EnvironmentType 62 ASSERT_EQ(Triple::GetTriple().GetEnvironment(), Triple::EnvironmentType::GNU); in TEST() member in Triple::EnvironmentType 93 ASSERT_EQ(Triple::GetTriple().GetEnvironment(), Triple::EnvironmentType::GNU); in TEST() member in Triple::EnvironmentType 126 ASSERT_EQ(Triple::GetTriple().GetEnvironment(), Triple::EnvironmentType::GNU); in TEST() member in Triple::EnvironmentType
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/ |
H A D | triple.cpp | 26 environment = Triple::EnvironmentType::GNU; in Init() 29 environment = Triple::EnvironmentType::GNU; in Init()
|
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/aarch64/ |
H A D | get.S | 39 .section .note.GNU-stack,"",%progbit
|
H A D | update.S | 98 .section .note.GNU-stack,"",%progbit
|
H A D | switch.S | 72 .section .note.GNU-stack,"",%progbit
|
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/ |
H A D | get.S | 39 .section .note.GNU-stack,"",%progbit
|
H A D | switch.S | 60 .section .note.GNU-stack,"",%progbit
|
H A D | update.S | 101 .section .note.GNU-stack,"",%progbit
|
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/amd64/ |
H A D | get.S | 38 .section .note.GNU-stack,"",%progbit
|
H A D | update.S | 106 .section .note.GNU-stack,"",%progbit
|
H A D | switch.S | 77 .section .note.GNU-stack,"",%progbit
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/ |
H A D | triple.h | 34 enum EnvironmentType { UnknownEnvironment, GNU, GNUILP32, LastEnvironmentType }; enumerator
|
Completed in 3 milliseconds