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, 124 /// understood by the GCC driver (either C or asm). If the code generator 127 virtual GCC::FileType OutputCode(const std::string &Bitcode, 132 return GCC::AsmFile; 159 GCC *gcc member in class:llvm::CBE 204 GCC *gcc; member in class:llvm::LLC [all...] |