Searched defs:GCC (Results 1 - 4 of 4) 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/autotest/client/deps/nvmap_compactor/src/
H A DMakefile10 GCC = $(CROSS_COMPILE)gcc macro
13 $(GCC) -lEGL -lGLESv2 $(CFLAGS) $(SOURCE_FILES) -o $(OUT)
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DToolRunner.h37 // GCC abstraction
39 class GCC { class in namespace:llvm
42 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath, function in class:llvm::GCC
51 static GCC *create(std::string &Message,
124 /// understood by the GCC driver (either C or asm). If the code generator
127 virtual GCC::FileType OutputCode(const std::string &Bitcode,
132 return GCC::AsmFile;
159 GCC *gcc;
161 CBE(const sys::Path &llcPath, GCC *Gc
[all...]
/external/clang/include/clang/Basic/
H A DObjCRuntime.h48 /// 'gcc' is the Objective-C runtime shipped with GCC, implementing a
50 GCC, enumerator in enum:clang::ObjCRuntime::Kind
83 case GCC: return false;
124 case GCC:
148 case GCC: return false;
167 case GCC: return false;
217 case GCC: return true;
236 case GCC:
263 case GCC: return false;
277 case GCC
[all...]

Completed in 405 milliseconds