Searched refs:DEFAULT_TARGET_TRIPLE_STRING (Results 1 – 3 of 3) sorted by relevance
60 #define DEFAULT_TARGET_TRIPLE_STRING "armv7-none-linux-gnueabi" macro62 #define DEFAULT_TARGET_TRIPLE_STRING "mipsel-none-linux-gnueabi" macro64 #define DEFAULT_TARGET_TRIPLE_STRING "i686-unknown-linux" macro66 #define DEFAULT_TARGET_TRIPLE_STRING "x86_64-unknown-linux" macro
96 # define DEFAULT_TARGET_TRIPLE_STRING "armv7-none-linux-gnueabi" macro98 # 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()
94 #define TARGET_TRIPLE_STRING DEFAULT_TARGET_TRIPLE_STRING100 char *TARGET_TRIPLE_STRING = (char*)DEFAULT_TARGET_TRIPLE_STRING;