Home
last modified time | relevance | path

Searched defs:TempFile (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/unittests/Testing/Support/
H A DTempPathTest.cpp43 TEST(TempPathTest, TempFile) { in TEST() argument
/llvm-project/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp75 struct TempFile { struct
76 std::string Filename;
77 FileRemover Remover;
/llvm-project/llvm/lib/Support/
H A DCaching.cpp80 sys::fs::TempFile TempFile; in localCache() member
[all...]
H A DPath.cpp1212 TempFile &TempFile::operator=(TempFile &&Other) { in TempFile() function in llvm::sys::fs::TempFile
1210 TempFile::TempFile(StringRef Name, int FD) TempFile() function in llvm::sys::fs::TempFile
[all...]
/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp69 const char *TempFile = getTempFile(C, Name + "-link", "bc"); in constructLinkAndEmitSpirvCommand() local
/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp373 enum class Kind { InMemory, TempFile }; enumerator
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp859 auto &TempFile = Files[Task]; linkBitcodeFiles() local
1723 for (const auto &TempFile : TempFiles) main() local
/llvm-project/clang/lib/Driver/
H A DDriver.cpp1827 for (const char *TempFile : TempFiles) { generateCompilationDiagnostics() local
1843 for (const char *TempFile : SavedTemps) generateCompilationDiagnostics() local
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2250 std::string TempFile = applyEditsToTemp(I->first, I->second, getFileRemappingsFromFileList() local