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

/external/clang/lib/Driver/
H A DTools.h78 /// gcc - Generic GCC tool implementations.
79 namespace gcc { namespace in namespace:clang::driver::tools
100 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
101 "gcc preprocessor", TC) {}
112 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
113 "gcc precompile", TC) {}
124 Compile(const ToolChain &TC) : Common("gcc::Compile",
125 "gcc frontend", TC) {}
136 Assemble(const ToolChain &TC) : Common("gcc::Assemble",
137 "assembler (via gcc)", T
[all...]
/external/llvm/tools/bugpoint/
H A DBugDriver.h54 GCC *gcc; member in class:llvm::BugDriver
H A DToolRunner.h40 sys::Path GCCPath; // The path to the gcc executable.
160 GCC *gcc; member in class:llvm::CBE
164 : LLCPath(llcPath), gcc(Gcc) {
168 ~CBE() { delete gcc; }
205 GCC *gcc; member in class:llvm::LLC
211 : LLCPath(llcPath), gcc(Gcc),
216 ~LLC() { delete gcc; }
H A DToolRunner.cpp514 return gcc->ExecuteProgram(OutputAsmFile.str(), Args, FileKind,
535 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs); local
536 if (!gcc) {
540 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler);
674 // it from gcc flags
685 sys::Path OutputBinary (ProgramFile+".gcc.exe");
709 outs() << "<gcc>"; outs().flush();
859 outs() << "<gcc>"; outs().flush();
873 /// create - Try to find the `gcc' executable
888 Message = "Found gcc
[all...]
/external/llvm/tools/llvm-ld/
H A Dllvm-ld.cpp316 /// gcc - The pathname to use for GGC.
327 const sys::Path &gcc, char ** const envp,
353 args.push_back(gcc.c_str());
402 gcc, &Args[0], const_cast<const char **>(clean_env), 0, 0, 0, &ErrMsg);
438 // gcc accepts -l<lib> and implicitly searches /lib and /usr/lib.
663 // Determine the locations of the llc and gcc programs.
669 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local
670 if (gcc.isEmpty())
671 PrintAndExit("Failed to find gcc", Composit
324 GenerateNative(const std::string &OutputFilename, const std::string &InputFilename, const Linker::ItemList &LinkItems, const sys::Path &gcc, char ** const envp, std::string& ErrMsg) argument
696 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local
[all...]

Completed in 100 milliseconds