OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compileProgram
(Results
1 - 7
of
7
) sorted by null
/external/llvm/tools/bugpoint/
FindBugs.cpp
79
compileProgram
(Program, &Error);
81
outs() << "\n***
compileProgram
threw an exception: ";
ToolRunner.h
118
///
compileProgram
- Compile the specified program from bitcode to executable
121
virtual void
compileProgram
(const std::string &Bitcode, std::string *Error,
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,
ExecutionDriver.cpp
262
///
compileProgram
- Try to compile the specified module, returning false and
266
void BugDriver::
compileProgram
(Module *M, std::string *Error) const {
285
Interpreter->
compileProgram
(BitcodeFile.str(), Error, Timeout, MemoryLimit);
405
/// createReferenceFile - calls
compileProgram
and then records the output
412
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
269
virtual void
compileProgram
(const std::string &Bitcode,
291
void CustomCompiler::
compileProgram
(const std::string &Bitcode,
488
void LLC::
compileProgram
(const std::string &Bitcode, std::string *Error,
[
all
...]
CrashDebugger.cpp
656
BD.
compileProgram
(M, &Error);
Completed in 1026 milliseconds