Searched refs:compileProgram (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp67 if (Error E = compileProgram(*Program)) {
68 outs() << "\n*** compileProgram threw an exception: ";
H A DToolRunner.h110 /// compileProgram - Compile the specified program from bitcode to executable
113 virtual Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0, function in class:llvm::AbstractInterpreter
163 /// compileProgram - Compile the specified program from bitcode to executable
166 Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0,
H A DExecutionDriver.cpp270 Error BugDriver::compileProgram(Module &M) const { function in class:BugDriver
288 return Interpreter->compileProgram(Temp->TmpName, Timeout, MemoryLimit);
409 /// Calls compileProgram and then records the output into ReferenceOutputFile.
413 if (Error E = compileProgram(*Program))
H A DBugDriver.cpp188 if (Error E = compileProgram(*Program)) {
H A DBugDriver.h150 Error compileProgram(Module &M) const;
167 /// Calls compileProgram and then records the output into ReferenceOutputFile.
H A DToolRunner.cpp249 Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0,
265 Error CustomCompiler::compileProgram(const std::string &Bitcode, function in class:CustomCompiler
471 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout, function in class:LLC
H A DCrashDebugger.cpp1409 if (Error E = BD.compileProgram(*M)) {

Completed in 73 milliseconds