HomeSort by relevance Sort by last modified time
    Searched defs:compileProgram (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.h 113 /// compileProgram - Compile the specified program from bitcode to executable
116 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
168 /// compileProgram - Compile the specified program from bitcode to executable
171 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
ExecutionDriver.cpp 262 /// compileProgram - Try to compile the specified module, returning false and
266 void BugDriver::compileProgram(Module *M, std::string *Error) const {
287 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit);
411 /// createReferenceFile - calls compileProgram and then records the output
418 compileProgram(Program, &Error);
ToolRunner.cpp 297 virtual void compileProgram(const std::string &Bitcode,
319 void CustomCompiler::compileProgram(const std::string &Bitcode,
518 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
    [all...]

Completed in 178 milliseconds