Home
last modified time | relevance | path

Searched refs:openFileForReadBinary (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp62 IsText ? FS.openFileForRead(Path) : FS.openFileForReadBinary(Path); in get()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp121 auto F = IsText ? openFileForRead(Name) : openFileForReadBinary(Name); in getBufferForFile()
283 openFileForReadBinary(const Twine &Path) override;
344 RealFileSystem::openFileForReadBinary(const Twine &Name) { in openFileForReadBinary() function in RealFileSystem
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h286 openFileForReadBinary(const Twine &Path) { in openFileForReadBinary() function