HomeSort by relevance Sort by last modified time
    Searched defs:gcc (Results 1 - 6 of 6) sorted by null

  /external/llvm/tools/bugpoint/
BugDriver.h 38 class GCC;
54 GCC *gcc; member in class:llvm::BugDriver
ToolRunner.h 37 // GCC abstraction
39 class GCC {
40 sys::Path GCCPath; // The path to the gcc executable.
42 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath,
51 static GCC *create(std::string &Message,
125 /// understood by the GCC driver (either C or asm). If the code generator
128 virtual GCC::FileType OutputCode(const std::string &Bitcode,
133 return GCC::AsmFile;
160 GCC *gcc member in class:llvm::CBE
205 GCC *gcc; member in class:llvm::LLC
    [all...]
ToolRunner.cpp 157 // Print out the error messages generated by GCC if possible...
446 GCC::FileType LLC::OutputCode(const std::string &Bitcode,
485 return UseIntegratedAssembler ? GCC::ObjectFile : GCC::AsmFile;
506 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
513 // Assuming LLC worked, compile the result with GCC and run it.
514 return gcc->ExecuteProgram(OutputAsmFile.str(), Args, FileKind,
535 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs) local
    [all...]
  /external/clang/lib/Driver/
Tools.h 78 /// 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"
    [all...]
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 10 // This utility is intended to be compatible with GCC, and follows standard
91 cl::desc("Generate a native binary with the C backend and GCC"));
268 // We will use GCC to assemble the program so set the assembly syntax to AT&T,
316 /// gcc - The pathname to use for GGC.
327 const sys::Path &gcc, char ** const envp,
330 // programs that we will execute. It appears that GCC sets these
334 // However, when we invoke GCC below, we want it to use its normal
346 // Run GCC to assemble and link the program into native code.
351 // GCC mysteriously knows how to do it.
353 args.push_back(gcc.c_str())
669 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local
696 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 26 You will not be able to compile this file correctly without gcc, because variable

Completed in 870 milliseconds