Searched defs:gcc (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/bugpoint/
H A DBugDriver.h54 GCC *gcc; member in class:llvm::BugDriver
H A DToolRunner.h39 std::string GCCPath; // The path to the gcc executable.
155 GCC *gcc; member in class:llvm::LLC
161 : LLCPath(llcPath), gcc(Gcc),
166 ~LLC() { delete gcc; }
H A DToolRunner.cpp544 return gcc->ExecuteProgram(OutputAsmFile, Args, FileKind,
564 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs); local
565 if (!gcc) {
570 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler);
704 // it from gcc flags
718 sys::fs::createUniqueFile(ProgramFile + "-%%%%%%%.gcc.exe", OutputBinary);
741 outs() << "<gcc>"; outs().flush();
891 outs() << "<gcc>"; outs().flush();
904 /// create - Try to find the `gcc' executable
919 Message = "Found gcc
[all...]
/external/clang/lib/Driver/
H A DTools.h113 /// gcc - Generic GCC tool implementations.
114 namespace gcc { namespace in namespace:clang::driver::tools
135 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
136 "gcc preprocessor", TC) {}
147 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
148 "gcc precompile", TC) {}
159 Compile(const ToolChain &TC) : Common("gcc::Compile",
160 "gcc frontend", TC) {}
171 Assemble(const ToolChain &TC) : Common("gcc::Assemble",
172 "assembler (via gcc)", T
[all...]

Completed in 130 milliseconds