Searched refs:compileProgram (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 258 Error BugDriver::compileProgram(Module &M) const { in compileProgram() function in BugDriver 276 return Interpreter->compileProgram(Temp->TmpName, Timeout, MemoryLimit); in compileProgram() 401 if (Error E = compileProgram(*Program)) in createReferenceFile()
|
H A D | ToolRunner.h | 113 virtual Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0, 166 Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0,
|
H A D | FindBugs.cpp | 67 if (Error E = compileProgram(*Program)) { in runManyPasses()
|
H A D | BugDriver.h | 150 Error compileProgram(Module &M) const;
|
H A D | ToolRunner.cpp | 249 Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0, 265 Error CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram() function in CustomCompiler 471 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout, in compileProgram() function in LLC
|
H A D | BugDriver.cpp | 188 if (Error E = compileProgram(*Program)) { in run()
|
H A D | CrashDebugger.cpp | 1412 if (Error E = BD.compileProgram(*M)) { in TestForCodeGenCrash()
|