OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diffProgram
(Results
1 - 5
of
5
) sorted by null
/external/llvm/tools/bugpoint/
FindBugs.cpp
92
bool Diff =
diffProgram
(Program, Filename, "", false, &Error);
94
outs() << "\n***
diffProgram
returned true!\n";
BugDriver.cpp
204
bool Diff =
diffProgram
(Program, "", "", false, &Error);
Miscompilation.cpp
80
bool Diff = BD.
diffProgram
(BD.getProgram(), BitcodeResult, "",
118
Diff = BD.
diffProgram
(BD.getProgram(), BitcodeResult, "", false, &Error);
159
Diff = BD.
diffProgram
(BD.getProgram(), BitcodeResult, "",
233
Broken = BD.
diffProgram
(M1, "", "", false, &Error);
[
all
...]
BugDriver.h
196
///
diffProgram
- This method executes the specified module and diffs the
201
bool
diffProgram
(const Module *Program,
ExecutionDriver.cpp
431
///
diffProgram
- This method executes the specified module and diffs the
436
bool BugDriver::
diffProgram
(const Module *Program,
Completed in 31 milliseconds