Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h80 inline void closeFile() const;
337 void closeFile() const;
354 void FileEntryRef::closeFile() const { getFileEntry().closeFile(); }
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileEntry.cpp24 void FileEntry::closeFile() const { File.reset(); } in closeFile() function in FileEntry
H A DFileManager.cpp436 RealFE->closeFile(); in getVirtualFileRef()
555 Entry->closeFile(); in getBufferForFile()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp55 sys::fs::closeFile(FDAsOSHandle); in ~InteractiveModelRunner()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp51 sys::fs::closeFile(*FDOrErr); in __anonc19214950102()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp56 sys::fs::closeFile(*FDOrErr); in localCache()
H A DMemoryBuffer.cpp287 sys::fs::closeFile(FD); in getFileAux()
574 sys::fs::closeFile(FD); in getFileAsStream()
H A DVirtualFileSystem.cpp245 std::error_code EC = sys::fs::closeFile(FD); in close()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp48 sys::fs::closeFile(*FDOrErr); in streamFile()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp229 sys::fs::closeFile(Fd); in loadYAML()
H A DTrace.cpp402 sys::fs::closeFile(*FdOrErr); in loadTraceFile()
H A DProfile.cpp276 sys::fs::closeFile(*FdOrErr); in loadProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1210 std::error_code closeFile(file_t &F);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1076 std::error_code close_err = closeFile(pc.pc_fd); in SaveCore()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp412 sys::fs::closeFile(*FDOrErr); in tryLoadingBuffer()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp151 if (auto EC = sys::fs::closeFile(FD)) in getFile()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1269 std::error_code closeFile(file_t &F) {
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1367 std::error_code closeFile(file_t &F) {