Home
last modified time | relevance | path

Searched refs:DEFAULT_TARGET_TRIPLE_STRING (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/
DConfig.h60 #define DEFAULT_TARGET_TRIPLE_STRING "armv7-none-linux-gnueabi" macro
62 #define DEFAULT_TARGET_TRIPLE_STRING "mipsel-none-linux-gnueabi" macro
64 #define DEFAULT_TARGET_TRIPLE_STRING "i686-unknown-linux" macro
66 #define DEFAULT_TARGET_TRIPLE_STRING "x86_64-unknown-linux" macro
/frameworks/compile/slang/
Dslang.cpp96 # define DEFAULT_TARGET_TRIPLE_STRING "armv7-none-linux-gnueabi" macro
98 # define DEFAULT_TARGET_TRIPLE_STRING "x86_64-unknown-linux"
101 # define DEFAULT_TARGET_TRIPLE_STRING "i686-unknown-linux"
179 mTargetOpts.Triple = DEFAULT_TARGET_TRIPLE_STRING; in createTarget()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp94 #define TARGET_TRIPLE_STRING DEFAULT_TARGET_TRIPLE_STRING
100 char *TARGET_TRIPLE_STRING = (char*)DEFAULT_TARGET_TRIPLE_STRING;