Home
last modified time | relevance | path

Searched refs:writeFileAtomically (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileUtilities.h107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp289 llvm::Error llvm::writeFileAtomically(StringRef TempPathModel, in writeFileAtomically() function in llvm
291 return writeFileAtomically(TempPathModel, FinalPath, in writeFileAtomically()
298 llvm::Error llvm::writeFileAtomically( in writeFileAtomically() function in llvm
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp112 handleErrors(llvm::writeFileAtomically( in save_socket_id_to_file()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp916 return llvm::writeFileAtomically((IndexPath + "-%%%%%%%%").str(), IndexPath, in writeIndex()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp461 llvm::writeFileAtomically(TempFilename, EntryPath, in write()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2286 if (llvm::Error Err = llvm::writeFileAtomically( in Save()