| /freebsd-13.1/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() 113 VFS.getBufferForFile("/etc/redhat-release"); in DetectDistro() 132 File = VFS.getBufferForFile("/etc/debian_version"); in DetectDistro() 168 File = VFS.getBufferForFile("/etc/SuSE-release"); in DetectDistro()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FileManager.h | 272 getBufferForFile(const FileEntry *Entry, bool isVolatile = false, 275 getBufferForFile(StringRef Filename, bool isVolatile = false,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Yaml.h | 35 FS->getBufferForFile(ConfigFile.str()); in getConfiguration()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 509 FileManager::getBufferForFile(const FileEntry *Entry, bool isVolatile, in getBufferForFile() function in FileManager 540 return FS->getBufferForFile(Filename, FileSize, RequiresNullTerminator, in getBufferForFileImpl() 545 return FS->getBufferForFile(FilePath, FileSize, RequiresNullTerminator, in getBufferForFileImpl()
|
| H A D | DarwinSDKInfo.cpp | 115 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
|
| H A D | SourceManager.cpp | 119 auto BufferOrError = FM.getBufferForFile(ContentsEntry, IsFileVolatile); in getBufferOrNone()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Reproducer.h | 172 llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath()); in LoadBuffer()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderMap.cpp | 56 auto FileBuffer = FM.getBufferForFile(FE); in Create()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 104 VFS.getBufferForFile(Path); in createInternal()
|
| H A D | CommandLine.cpp | 1088 FS.getBufferForFile(FName); in ExpandResponseFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 33 auto Buffer = FileMgr.getBufferForFile(File); in readDiagnostics()
|
| H A D | FrontendActions.cpp | 754 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction() 911 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
|
| H A D | ASTUnit.cpp | 181 BufferOwner = valueOrNull(VFS->getBufferForFile(RF.second, -1, true, isVolatile)); in getBufferForFileHandlingRemapping() 206 BufferOwner = valueOrNull(VFS->getBufferForFile(FilePath, -1, true, isVolatile)); in getBufferForFileHandlingRemapping() 736 ASTUnit::getBufferForFile(StringRef Filename, std::string *ErrorStr) { in getBufferForFile() function in ASTUnit 738 auto Buffer = FileMgr->getBufferForFile(Filename, UserFilesAreVolatile); in getBufferForFile()
|
| H A D | PrecompiledPreamble.cpp | 826 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.cpp | 210 if (auto VersionFile = FS.getBufferForFile(InstallPath + "/version.txt")) in CudaInstallationDetector() 214 if (auto CudaHFile = FS.getBufferForFile(InstallPath + "/include/cuda.h")) in CudaInstallationDetector()
|
| H A D | AMDGPU.cpp | 459 FS.getBufferForFile(BinPath + "/.hipVersion"); in detectHIPRuntime()
|
| H A D | Gnu.cpp | 2599 D.getVFS().getBufferForFile(D.SysRoot + GentooConfigDir + "/config-" + in ScanGentooGccConfig() 2611 D.getVFS().getBufferForFile(D.SysRoot + GentooConfigDir + "/" + in ScanGentooGccConfig()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Reproducer.cpp | 269 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in Verify()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 216 Buf = FileMgr.getBufferForFile(NewModule->File, in addModule()
|
| H A D | GlobalModuleIndex.cpp | 534 auto Buffer = FileMgr.getBufferForFile(File, /*isVolatile=*/true); in loadModuleFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 652 getBufferForFile(StringRef Filename, std::string *ErrorStr = nullptr);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 61 llvm::vfs::getRealFileSystem()->getBufferForFile(mapping.GetPath()); in Initialize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectReproducer.cpp | 428 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 259 getBufferForFile(const Twine &Name, int64_t FileSize = -1,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 928 auto BCBuf = CI.getFileManager().getBufferForFile(F.Filename); in CreateASTConsumer()
|