Searched defs:GCC (Results 1 - 9 of 9) sorted by last modified time

/external/qemu-pc-bios/vgabios/
H A DMakefile7 GCC = gcc macro
44 $(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DVBE $(VGABIOS_DATE) > _vgabios_.c
54 $(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DVBE -DDEBUG $(VGABIOS_DATE) > _vgabios-debug_.c
64 $(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus_.c
74 $(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DCIRRUS_DEBUG -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus-debug_.c
/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...]
/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile523 GCC = yes macro
3708 # echo "gcc=${GCC}" >> python-setup.txt
/external/chromium_org/third_party/yasm/source/config/ios/
H A DMakefile523 GCC = yes macro
3708 # echo "gcc=${GCC}" >> python-setup.txt
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile523 GCC = yes macro
3708 # echo "gcc=${GCC}" >> python-setup.txt
/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile523 GCC = yes macro
3708 # echo "gcc=${GCC}" >> python-setup.txt
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile523 GCC = yes macro
3708 # echo "gcc=${GCC}" >> python-setup.txt
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile523 GCC = yes macro
3708 # echo "gcc=${GCC}" >> python-setup.txt

Completed in 564 milliseconds