OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniqueFile
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
ExecutionDriver.cpp
334
SmallString<128>
UniqueFile
;
335
error_code EC = sys::fs::createUniqueFile(OutputFile,
UniqueFile
);
341
OutputFile =
UniqueFile
.str();
ToolRunner.cpp
479
SmallString<128>
UniqueFile
;
481
sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix,
UniqueFile
);
486
OutputAsmFile =
UniqueFile
.str();
[
all
...]
Completed in 572 milliseconds