Searched refs:TmpName (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 1145 TempFile::TempFile(StringRef Name, int FD) : TmpName(Name), FD(FD) {} in TempFile() 1148 TmpName = std::move(Other.TmpName); in operator =() 1167 TmpName = ""; in discard() 1172 if (!TmpName.empty()) { in discard() 1173 RemoveEC = fs::remove(TmpName); in discard() 1174 sys::DontRemoveFileOnSignal(TmpName); in discard() 1176 TmpName = ""; in discard() 1195 RenameEC = copy_file(TmpName, Name); in keep() 1204 std::error_code RenameEC = fs::rename(TmpName, Name); in keep() 1207 RenameEC = sys::fs::copy_file(TmpName, Name); in keep() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | Caching.cpp | 92 sys::fs::convertFDToNativeFile(TempFile.FD), TempFile.TmpName, in localCache() 96 TempFile.TmpName + ": " + in localCache() 126 TempFile.TmpName + " to " + EntryPath + ": " + in localCache()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 358 StringRef TmpName = PP.getSpelling(Tok, TmpBuffer, &Invalid); in HandleHasInclude() local 362 FilenameBuffer += TmpName; in HandleHasInclude()
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 783 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles() local 785 C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str()))); in setUpResponseFiles() 2215 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath() local 2217 return C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str())); in GetNamedOutputPath() 2312 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath() local 2314 return C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str())); in GetNamedOutputPath()
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 218 SmallString<16> TmpName = STy->getName(); in finishType() local 220 DTy->setName(TmpName); in finishType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 220 SmallString<16> TmpName = STy->getName(); in finishType() local 222 DTy->setName(TmpName); in finishType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 857 std::string TmpName; variable
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 6613 SmallString<256> TmpName; in EmitProtocolList() local 6614 Name.toVector(TmpName); in EmitProtocolList() 6616 CGM.getModule().getGlobalVariable(TmpName.str(), true); in EmitProtocolList()
|