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

/external/llvm/tools/bugpoint/
H A DFindBugs.cpp80 compileProgram(Program, &Error);
82 outs() << "\n*** compileProgram threw an exception: ";
H A DToolRunner.h115 /// compileProgram - Compile the specified program from bitcode to executable
118 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 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
287 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit);
410 /// createReferenceFile - calls compileProgram and then records the output
417 compileProgram(Program, &Error);
H A DBugDriver.cpp179 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.cpp298 void compileProgram(const std::string &Bitcode,
320 void CustomCompiler::compileProgram(const std::string &Bitcode, function in class:CustomCompiler
519 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, function in class:LLC
H A DCrashDebugger.cpp655 BD.compileProgram(M, &Error);
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
H A Dhandlebars-1.0.0.beta.6.js826 compileProgram: function(program) {
850 var programGuid = this.compileProgram(block.program);
853 inverseGuid = this.compileProgram(block.program.inverse);
865 var programGuid = this.compileProgram(block.program);

Completed in 124 milliseconds