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 36 // GCC abstraction
38 class GCC {
39 std::string GCCPath; // The path to the gcc executable.
41 std::vector<std::string> gccArgs; // GCC-specific arguments.
42 GCC(StringRef gccPath, StringRef RemotePath,
50 static GCC *create(std::string &Message,
120 /// understood by the GCC driver (either C or asm). If the code generator
123 virtual GCC::FileType OutputCode(const std::string &Bitcode,
128 return GCC::AsmFile;
155 GCC *gcc member in class:llvm::LLC
    [all...]
ToolRunner.cpp 154 // Print out the error messages generated by GCC if possible...
474 GCC::FileType LLC::OutputCode(const std::string &Bitcode,
515 return UseIntegratedAssembler ? GCC::ObjectFile : GCC::AsmFile;
536 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
543 // Assuming LLC worked, compile the result with GCC and run it.
544 return gcc->ExecuteProgram(OutputAsmFile, Args, FileKind,
564 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs) local
    [all...]
  /external/clang/lib/Driver/
Tools.h 113 /// 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"
    [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
  /prebuilts/gcc/linux-x86/host/x86_64-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 429 milliseconds