Searched refs:compileProgram (Results 1 – 7 of 7) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | ToolRunner.h | 118 virtual void compileProgram(const std::string &Bitcode, std::string *Error, 173 void compileProgram(const std::string &Bitcode, std::string *Error,
|
D | ExecutionDriver.cpp | 266 void BugDriver::compileProgram(Module *M, std::string *Error) const { in compileProgram() function in BugDriver 287 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit); in compileProgram() 417 compileProgram(Program, &Error); in createReferenceFile()
|
D | FindBugs.cpp | 80 compileProgram(Program, &Error); in runManyPasses()
|
D | BugDriver.cpp | 176 compileProgram(Program, &Error); in run()
|
D | BugDriver.h | 168 void compileProgram(Module *M, std::string *Error) const;
|
D | ToolRunner.cpp | 298 void compileProgram(const std::string &Bitcode, 320 void CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram() function in CustomCompiler 520 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() function in LLC
|
D | CrashDebugger.cpp | 649 BD.compileProgram(M, &Error); in TestForCodeGenCrash()
|