OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefixOutput
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
CrashDebugger.cpp
65
sys::Path
PrefixOutput
;
74
PrefixOutput
.set(PfxOutput);
77
BD.Program = ParseInputFile(
PrefixOutput
.str(), BD.getContext());
80
<<
PrefixOutput
.str() << "'!\n";
83
PrefixOutput
.eraseFromDisk();
Miscompilation.cpp
131
OwningPtr<Module>
PrefixOutput
(ParseInputFile(BitcodeResult,
133
if (
PrefixOutput
== 0) {
148
OwningPtr<Module> OriginalInput(BD.swapProgramIn(
PrefixOutput
.take()));
[
all
...]
Completed in 39 milliseconds