HomeSort by: relevance | last modified time | path
    Searched refs:closeFile (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
FileEntry.cpp 24 void FileEntry::closeFile() const { File.reset(); }
FileManager.cpp 413 UFE->closeFile();
526 Entry->closeFile();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileEntry.h 74 inline void closeFile() const;
383 void closeFile() const;
402 void FileEntryRef::closeFile() const { getFileEntry().closeFile(); }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-fdr-dump.cpp 51 sys::fs::closeFile(*FDOrErr);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp 193 Entry->closeFile();
198 Entry->closeFile();
202 Entry->closeFile();
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
Caching.cpp 51 sys::fs::closeFile(*FDOrErr);
ThinLTOCodeGenerator.cpp 380 sys::fs::closeFile(*FDOrErr);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
MemoryBuffer.cpp 269 sys::fs::closeFile(FD);
536 sys::fs::closeFile(FD);
VirtualFileSystem.cpp 226 std::error_code EC = sys::fs::closeFile(FD);
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
InstrumentationMap.cpp 230 sys::fs::closeFile(Fd);
Profile.cpp 276 sys::fs::closeFile(*FdOrErr);
Trace.cpp 401 sys::fs::closeFile(*FdOrErr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 1190 std::error_code closeFile(file_t &F);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ArchiveWriter.cpp 101 if (auto EC = sys::fs::closeFile(FD))

Completed in 131 milliseconds