Searched defs:gcc (Results 1 - 4 of 4) sorted by relevance
/external/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 54 GCC *gcc; member in class:llvm::BugDriver
|
H A D | ToolRunner.h | 39 std::string GCCPath; // The path to the gcc executable. 157 GCC *gcc; member in class:llvm::LLC 163 : LLCPath(llcPath), gcc(Gcc), 168 ~LLC() { delete gcc; }
|
H A D | ToolRunner.cpp | 545 return gcc->ExecuteProgram(OutputAsmFile, Args, FileKind, 565 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs); local 566 if (!gcc) { 571 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler); 705 // it from gcc flags 719 sys::fs::createUniqueFile(ProgramFile + "-%%%%%%%.gcc.exe", OutputBinary); 742 outs() << "<gcc>"; outs().flush(); 892 outs() << "<gcc>"; outs().flush(); 905 /// create - Try to find the `gcc' executable 920 Message = "Found gcc [all...] |
/external/clang/lib/Driver/ |
H A D | Tools.h | 119 /// gcc - Generic GCC tool implementations. 120 namespace gcc { namespace in namespace:clang::driver::tools 141 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", 142 "gcc preprocessor", TC) {} 153 Compile(const ToolChain &TC) : Common("gcc::Compile", 154 "gcc frontend", TC) {} 165 Link(const ToolChain &TC) : Common("gcc::Link", 166 "linker (via gcc)", TC) {} 174 } // end namespace gcc
|
Completed in 142 milliseconds