Home
last modified time | relevance | path

Searched refs:TmpName (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Support/
H A DPath.cpp1221 TmpName = std::move(Other.TmpName); in operator =()
1251 if (Remove && !TmpName.empty()) { in discard()
1252 RemoveEC = fs::remove(TmpName); in discard()
1255 TmpName = ""; in discard()
1257 TmpName = ""; in discard()
1289 remove(TmpName); in keep()
1298 remove(TmpName); in keep()
1301 sys::DontRemoveFileOnSignal(TmpName); in keep()
1304 TmpName = ""; in keep()
1324 sys::DontRemoveFileOnSignal(TmpName); in keep()
[all …]
H A DCaching.cpp105 TempFile.TmpName + ": " + in localCache()
135 TempFile.TmpName + " to " + ObjectPathName + ": " + in localCache()
/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp161 errs() << "Error writing bitcode file: " << Temp->TmpName << "\n"; in runPasses()
227 Args.push_back(Temp->TmpName); in runPasses()
H A DExecutionDriver.cpp270 errs() << ToolName << ": Error emitting bitcode to file '" << Temp->TmpName in compileProgram()
276 return Interpreter->compileProgram(Temp->TmpName, Timeout, MemoryLimit); in compileProgram()
H A DExtractFunction.cpp409 uniqueFN += Temp->TmpName; in extractMappedBlocksFromModule()
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp1628 const char *TmpName = CreateTempFile(C, "linker-crash", "tar"); in generateCompilationDiagnostics() local
1641 Diag(clang::diag::note_drv_command_failed_diag_msg) << TmpName; in generateCompilationDiagnostics()
1645 Report->TemporaryFiles.push_back(TmpName); in generateCompilationDiagnostics()
1819 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles() local
5532 SmallString<128> TmpName; in CreateTempFile() local
5551 TmpName = GetTemporaryDirectory(Prefix); in CreateTempFile()
5552 llvm::sys::path::append(TmpName, in CreateTempFile()
5555 TmpName = GetTemporaryPath(Prefix, Suffix); in CreateTempFile()
5558 return C.addTempFile(C.getArgs().MakeArgString(TmpName)); in CreateTempFile()
5810 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath() local
[all …]
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp782 if (OF.File->TmpName.empty()) { in clearOutputFiles()
792 << OF.File->TmpName << OF.Filename << std::move(E); in clearOutputFiles()
794 llvm::sys::fs::remove(OF.File->TmpName); in clearOutputFiles()
921 OSFile = Temp->TmpName; in createOutputFileImpl()
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp44 llvm::StringRef ArchAndFile::path() const { return File->TmpName; } in path()
H A Ddsymutil.cpp737 OutputFile = TempFile.TmpName; in main()
/openbsd/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp233 SmallString<16> TmpName = STy->getName(); in finishType() local
235 DTy->setName(TmpName); in finishType()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h864 std::string TmpName; variable
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp7171 SmallString<256> TmpName; in EmitProtocolList() local
7172 Name.toVector(TmpName); in EmitProtocolList()
7174 CGM.getModule().getGlobalVariable(TmpName.str(), true); in EmitProtocolList()