OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_TRIPLE_STRING
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/
Config.h
92
#define
TARGET_TRIPLE_STRING
"armv7-none-linux-gnueabi"
94
#define
TARGET_TRIPLE_STRING
"i686-unknown-linux"
96
#define
TARGET_TRIPLE_STRING
"x86_64-unknown-linux"
/frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp
130
Triple =
TARGET_TRIPLE_STRING
;
Completed in 27 milliseconds