Searched defs:GCC (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/swig/
H A DMakefile3 GCC = gcc macro
10 export INTERFACE_FILE BASE_NAME SWIG GCC CC_FLAGS LD_FLAGS
/external/llvm/tools/bugpoint/
H A DToolRunner.h36 // GCC abstraction
38 class GCC { class in namespace:llvm
41 std::vector<std::string> gccArgs; // GCC-specific arguments.
42 GCC(StringRef gccPath, StringRef RemotePath, function in class:llvm::GCC
50 static GCC *create(std::string &Message,
122 /// understood by the GCC driver (either C or asm). If the code generator
125 virtual GCC::FileType OutputCode(const std::string &Bitcode,
130 return GCC::AsmFile;
157 GCC *gcc;
160 LLC(const std::string &llcPath, GCC *Gc
[all...]
/external/clang/include/clang/Basic/
H A DObjCRuntime.h44 /// 'gcc' is the Objective-C runtime shipped with GCC, implementing a
46 GCC, enumerator in enum:clang::ObjCRuntime::Kind
79 case GCC: return false;
118 case GCC:
139 case GCC: return false;
157 case GCC: return false;
204 case GCC: return true;
223 case GCC:
248 case GCC: return false;
261 case GCC
[all...]

Completed in 253 milliseconds