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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DFindBugs.cpp79 compileProgram(Program, &Error);
81 outs() << "\n*** compileProgram threw an exception: ";
H A DToolRunner.h118 /// compileProgram - Compile the specified program from bitcode to executable
121 virtual void compileProgram(const std::string &Bitcode, std::string *Error, function in class:llvm::AbstractInterpreter
170 /// compileProgram - Compile the specified program from bitcode to executable
173 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
218 /// compileProgram - Compile the specified program from bitcode to executable
221 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
H A DExecutionDriver.cpp262 /// compileProgram - Try to compile the specified module, returning false and
266 void BugDriver::compileProgram(Module *M, std::string *Error) const { function in class:BugDriver
285 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit);
405 /// createReferenceFile - calls compileProgram and then records the output
412 compileProgram(Program, &Error);
H A DBugDriver.cpp175 compileProgram(Program, &Error);
H A DBugDriver.h163 /// compileProgram - Try to compile the specified module, returning false and
167 void compileProgram(Module *M, std::string *Error) const;
188 /// createReferenceFile - calls compileProgram and then records the output
H A DToolRunner.cpp269 virtual void compileProgram(const std::string &Bitcode,
291 void CustomCompiler::compileProgram(const std::string &Bitcode, function in class:CustomCompiler
488 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, function in class:LLC
H A DCrashDebugger.cpp656 BD.compileProgram(M, &Error);

Completed in 154 milliseconds