Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DFileEntry.h80 inline void closeFile() const;
403 void closeFile() const;
420 void FileEntryRef::closeFile() const { getFileEntry().closeFile(); }
/openbsd/src/gnu/llvm/clang/lib/Basic/
DFileEntry.cpp24 void FileEntry::closeFile() const { File.reset(); } in closeFile() function in FileEntry
DFileManager.cpp442 RealFE->closeFile(); in getVirtualFileRef()
557 Entry->closeFile(); in getBufferForFile()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DModuleManager.cpp193 Entry->closeFile(); in addModule()
198 Entry->closeFile(); in addModule()
202 Entry->closeFile(); in addModule()
/openbsd/src/gnu/llvm/llvm/tools/llvm-xray/
Dxray-fdr-dump.cpp51 sys::fs::closeFile(*FDOrErr); in __anon961dcb910102()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DCaching.cpp56 sys::fs::closeFile(*FDOrErr); in localCache()
DMemoryBuffer.cpp274 sys::fs::closeFile(FD); in getFileAux()
554 sys::fs::closeFile(FD); in getFileAsStream()
DVirtualFileSystem.cpp234 std::error_code EC = sys::fs::closeFile(FD); in close()
/openbsd/src/gnu/llvm/llvm/lib/XRay/
DInstrumentationMap.cpp228 sys::fs::closeFile(Fd); in loadYAML()
DTrace.cpp399 sys::fs::closeFile(*FdOrErr); in loadTraceFile()
DProfile.cpp276 sys::fs::closeFile(*FdOrErr); in loadProfile()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DFileSystem.h1213 std::error_code closeFile(file_t &F);
/openbsd/src/gnu/llvm/llvm/lib/Object/
DArchiveWriter.cpp138 if (auto EC = sys::fs::closeFile(FD)) in getFile()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
DNativeProcessFreeBSD.cpp1049 std::error_code close_err = closeFile(pc.pc_fd); in SaveCore()
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp409 sys::fs::closeFile(*FDOrErr); in tryLoadingBuffer()
/openbsd/src/gnu/llvm/lld/MachO/
DSyntheticSections.cpp1608 closeFile(handle); in writeTo()
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DPath.inc1319 std::error_code closeFile(file_t &F) {
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DPath.inc1256 std::error_code closeFile(file_t &F) {