Searched refs:diffProgram (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | FindBugs.cpp | 79 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); in runManyPasses()
|
H A D | Miscompilation.cpp | 82 Expected<bool> Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", in doTest() 124 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false); in doTest() 169 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", in doTest() 238 Expected<bool> Diff = BD.diffProgram(*Merged, "", "", false); in testMergedProgram() 994 Expected<bool> Result = BD.diffProgram( in TestCodeGenerator()
|
H A D | BugDriver.h | 164 Expected<bool> diffProgram(const Module &Program,
|
H A D | BugDriver.cpp | 217 Expected<bool> Diff = diffProgram(*Program, "", "", false); in run()
|
H A D | ExecutionDriver.cpp | 427 Expected<bool> BugDriver::diffProgram(const Module &Program, in diffProgram() function in BugDriver
|