/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Distro.cpp | 25 VFS.getBufferForFile("/etc/os-release"); in DetectOsRelease() 27 File = VFS.getBufferForFile("/usr/lib/os-release"); in DetectOsRelease() 53 VFS.getBufferForFile("/etc/lsb-release"); in DetectLsbRelease() 119 VFS.getBufferForFile("/etc/redhat-release"); in DetectDistro() 138 File = VFS.getBufferForFile("/etc/debian_version"); in DetectDistro() 180 File = VFS.getBufferForFile("/etc/SuSE-release"); in DetectDistro()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | FileManager.h | 288 getBufferForFile(FileEntryRef Entry, bool isVolatile = false, 292 getBufferForFile(StringRef Filename, bool isVolatile = false,
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | APIIgnoresList.cpp | 41 auto BufferOrErr = FM.getBufferForFile(CurrentIgnoresFilePath); in create()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 532 FileManager::getBufferForFile(FileEntryRef FE, bool isVolatile, in getBufferForFile() function in FileManager 569 return FS->getBufferForFile(Filename, FileSize, RequiresNullTerminator, in getBufferForFileImpl() 574 return FS->getBufferForFile(FilePath, FileSize, RequiresNullTerminator, in getBufferForFileImpl()
|
H A D | DarwinSDKInfo.cpp | 136 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
|
H A D | SourceManager.cpp | 125 auto BufferOrError = FM.getBufferForFile(*ContentsEntry, IsFileVolatile); in getBufferOrNone()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 111 VFS.getBufferForFile(Path); in createInternal()
|
H A D | CommandLine.cpp | 1139 FS->getBufferForFile(FName); in expandResponseFile()
|
H A D | VirtualFileSystem.cpp | 119 FileSystem::getBufferForFile(const llvm::Twine &Name, int64_t FileSize, in getBufferForFile() function in FileSystem
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 33 auto Buffer = FileMgr.getBufferForFile(File); in readDiagnostics()
|
H A D | FrontendActions.cpp | 864 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction() 1115 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
|
H A D | ASTUnit.cpp | 180 BufferOwner = valueOrNull(VFS->getBufferForFile(RF.second, -1, true, isVolatile)); in getBufferForFileHandlingRemapping() 205 BufferOwner = valueOrNull(VFS->getBufferForFile(FilePath, -1, true, isVolatile)); in getBufferForFileHandlingRemapping() 779 ASTUnit::getBufferForFile(StringRef Filename, std::string *ErrorStr) { in getBufferForFile() function in ASTUnit 781 auto Buffer = FileMgr->getBufferForFile(Filename, UserFilesAreVolatile); in getBufferForFile()
|
H A D | PrecompiledPreamble.cpp | 801 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 655 getBufferForFile(StringRef Filename, std::string *ErrorStr = nullptr);
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | BareMetal.cpp | 176 D.getVFS().getBufferForFile(MultilibPath); in findMultilibsFromYAML()
|
H A D | Cuda.cpp | 212 if (auto CudaHFile = FS.getBufferForFile(InstallPath + "/include/cuda.h")) in CudaInstallationDetector()
|
H A D | AMDGPU.cpp | 501 FS.getBufferForFile(VersionFilePath); in detectHIPRuntime()
|
H A D | Gnu.cpp | 2988 D.getVFS().getBufferForFile(concat(D.SysRoot, GentooConfigDir, in ScanGentooGccConfig() 3000 D.getVFS().getBufferForFile( in ScanGentooGccConfig()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 524 auto Buffer = FileMgr.getBufferForFile(File, /*isVolatile=*/true); in loadModuleFile()
|
H A D | ASTReader.cpp | 2634 auto MemBuffOrError = FileMgr.getBufferForFile(*File); in getInputFile() 5291 auto Buffer = FileMgr.getBufferForFile(ASTFileName, /*IsVolatile=*/false, in getOriginalSourceFile() 5418 auto BufferOrErr = FileMgr.getBufferForFile(Filename); in readASTFileControlBlock()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 281 getBufferForFile(const Twine &Name, int64_t FileSize = -1,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 924 auto BCBuf = CI.getFileManager().getBufferForFile(F.Filename); in loadLinkModules()
|
H A D | CGCUDANV.cpp | 732 VFS->getBufferForFile(CudaGpuBinaryFileName, -1, false); in makeModuleCtorFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 74 : FS.getBufferForFile(Filename); in setupMemoryBuffer()
|
H A D | SampleProfReader.cpp | 1806 : FS.getBufferForFile(Filename); in setupMemoryBuffer()
|