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

  /external/llvm/tools/bugpoint/
FindBugs.cpp 80 compileProgram(Program, &Error);
82 outs() << "\n*** compileProgram threw an exception: ";
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);
BugDriver.cpp 175 compileProgram(Program, &Error);
BugDriver.h 163 /// 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
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...]
CrashDebugger.cpp 654 BD.compileProgram(M, &Error);
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 826 compileProgram: function(program) {
850 var programGuid = this.compileProgram(block.program);
853 inverseGuid = this.compileProgram(block.program.inverse);
865 var programGuid = this.compileProgram(block.program);
    [all...]

Completed in 81 milliseconds