|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/FileSystem.h 851 static Expected<TempFile> create(const Twine &Model,
References
lib/LTO/Caching.cpp 137 Expected<sys::fs::TempFile> Temp = sys::fs::TempFile::create(
lib/Object/ArchiveWriter.cpp 608 sys::fs::TempFile::create(ArcName + ".temp-archive-%%%%%%%.a");
lib/Support/FileOutputBuffer.cpp 130 fs::TempFile::create(Path + ".tmp%%%%%%%", Mode);
tools/bugpoint/ExecutionDriver.cpp 273 sys::fs::TempFile::create(OutputPrefix + "-test-program-%%%%%%%.bc");
tools/bugpoint/ExtractFunction.cpp 374 auto Temp = sys::fs::TempFile::create(OutputPrefix + "-extractblocks%%%%%%%");
tools/bugpoint/OptimizerDriver.cpp 148 sys::fs::TempFile::create(OutputPrefix + "-input-%%%%%%%.bc");
tools/dsymutil/MachOUtils.cpp 33 Expected<sys::fs::TempFile> T = sys::fs::TempFile::create(TmpModel);
tools/llvm-objcopy/Buffer.cpp 25 sys::fs::TempFile::create(FileName + ".temp-empty-%%%%%%%");
unittests/Support/Path.cpp 589 auto TempFileOrError = fs::TempFile::create(TestDirectory + "/test-%%%%");
601 auto TempFileOrError = fs::TempFile::create(TestDirectory + "/test-%%%%");
705 Expected<fs::TempFile> T = fs::TempFile::create(Model);