Searched refs:compileProgram (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| 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 | 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 | FindBugs.cpp | 66 if (Error E = compileProgram(*Program)) { in runManyPasses()
|
| H A D | BugDriver.h | 137 Error compileProgram(Module &M) const; 154 /// Calls compileProgram and then records the output into ReferenceOutputFile.
|
| H A D | BugDriver.cpp | 189 if (Error E = compileProgram(*Program)) { in run()
|
| H A D | ToolRunner.cpp | 247 Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0, 263 Error CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram() function in CustomCompiler 464 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout, in compileProgram() function in LLC
|
| H A D | CrashDebugger.cpp | 1384 if (Error E = BD.compileProgram(*M)) { in TestForCodeGenCrash()
|