Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileEntry.h74 inline void closeFile() const;
383 void closeFile() const;
402 void FileEntryRef::closeFile() const { getFileEntry().closeFile(); }
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp193 Entry->closeFile(); in addModule()
198 Entry->closeFile(); in addModule()
202 Entry->closeFile(); in addModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp51 sys::fs::closeFile(*FDOrErr); in __anon06fcd1400102()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DCaching.cpp51 sys::fs::closeFile(*FDOrErr); in localCache()
H A DThinLTOCodeGenerator.cpp380 sys::fs::closeFile(*FDOrErr); in tryLoadingBuffer()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp230 sys::fs::closeFile(Fd); in loadYAML()
H A DTrace.cpp401 sys::fs::closeFile(*FdOrErr); in loadTraceFile()
H A DProfile.cpp276 sys::fs::closeFile(*FdOrErr); in loadProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp101 if (auto EC = sys::fs::closeFile(FD)) in getFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1190 std::error_code closeFile(file_t &F);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc1223 std::error_code closeFile(file_t &F) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1317 std::error_code closeFile(file_t &F) {