Home
last modified time | relevance | path

Searched refs:closeFile (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h74 inline void closeFile() const;
383 void closeFile() const;
402 void FileEntryRef::closeFile() const { getFileEntry().closeFile(); }
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileEntry.cpp24 void FileEntry::closeFile() const { File.reset(); } in closeFile() function in FileEntry
H A DFileManager.cpp413 UFE->closeFile(); in getVirtualFileRef()
526 Entry->closeFile(); in getBufferForFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp193 Entry->closeFile(); in addModule()
198 Entry->closeFile(); in addModule()
202 Entry->closeFile(); in addModule()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp51 sys::fs::closeFile(*FDOrErr); in __anon0e5ac8c90102()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp51 sys::fs::closeFile(*FDOrErr); in localCache()
H A DThinLTOCodeGenerator.cpp445 sys::fs::closeFile(*FDOrErr); in tryLoadingBuffer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp269 sys::fs::closeFile(FD); in getFileAux()
536 sys::fs::closeFile(FD); in getFileAsStream()
H A DVirtualFileSystem.cpp226 std::error_code EC = sys::fs::closeFile(FD); in close()
/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp230 sys::fs::closeFile(Fd); in loadYAML()
H A DProfile.cpp276 sys::fs::closeFile(*FdOrErr); in loadProfile()
H A DTrace.cpp401 sys::fs::closeFile(*FdOrErr); in loadTraceFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp101 if (auto EC = sys::fs::closeFile(FD)) in getFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1188 std::error_code closeFile(file_t &F);
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1294 closeFile(handle); in writeTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1229 std::error_code closeFile(file_t &F) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1312 std::error_code closeFile(file_t &F) {