Searched refs:TmpName (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp92 sys::fs::convertFDToNativeFile(TempFile.FD), TempFile.TmpName,
96 TempFile.TmpName + ": " +
126 TempFile.TmpName + " to " + EntryPath + ": " +
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1161 : TmpName(std::string(Name)), FD(FD) {}
1164 TmpName = std::move(Other.TmpName);
1183 TmpName = "";
1188 if (!TmpName.empty()) {
1189 RemoveEC = fs::remove(TmpName);
1190 sys::DontRemoveFileOnSignal(TmpName);
1192 TmpName = "";
1211 RenameEC = copy_file(TmpName, Name);
1220 std::error_code RenameEC = fs::rename(TmpName, Nam
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Ddtio.c318 char *TmpName; local
379 TmpName = UtLocalCalloc (Length + 1);
380 strncpy (TmpName, Start, Length);
381 Name = DtTrim (TmpName);
382 ACPI_FREE (TmpName);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp161 errs() << "Error writing bitcode file: " << Temp->TmpName << "\n";
224 Args.push_back(Temp->TmpName.c_str());
H A DExecutionDriver.cpp282 errs() << ToolName << ": Error emitting bitcode to file '" << Temp->TmpName
288 return Interpreter->compileProgram(Temp->TmpName, Timeout, MemoryLimit);
H A DExtractFunction.cpp409 uniqueFN += Temp->TmpName;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1485 std::string TmpName = GetTemporaryPath("response", "txt");
1486 Cmd.setResponseFile(C.addTempFile(C.getArgs().MakeArgString(TmpName)));
4576 SmallString<128> TmpName;
4586 CrashDirectory + Middle + Suffix, TmpName);
4592 TmpName = GetTemporaryPath(Split.first, Suffix);
4594 return C.addTempFile(C.getArgs().MakeArgString(TmpName));
4713 std::string TmpName = GetTemporaryPath(
4715 return C.addTempFile(C.getArgs().MakeArgString(TmpName));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp222 SmallString<16> TmpName = STy->getName(); local
224 DTy->setName(TmpName);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h857 std::string TmpName; member in class:llvm::sys::fs::TempFile
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp7180 SmallString<256> TmpName;
7181 Name.toVector(TmpName);
7183 CGM.getModule().getGlobalVariable(TmpName.str(), true);

Completed in 245 milliseconds