Home
last modified time | relevance | path

Searched refs:getBufferForFile (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp25 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 DFileManager.h272 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 DYaml.h35 FS->getBufferForFile(ConfigFile.str()); in getConfiguration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp509 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 DDarwinSDKInfo.cpp115 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
H A DSourceManager.cpp119 auto BufferOrError = FM.getBufferForFile(ContentsEntry, IsFileVolatile); in getBufferOrNone()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h172 llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath()); in LoadBuffer()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp56 auto FileBuffer = FM.getBufferForFile(FE); in Create()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp104 VFS.getBufferForFile(Path); in createInternal()
H A DCommandLine.cpp1088 FS.getBufferForFile(FName); in ExpandResponseFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp33 auto Buffer = FileMgr.getBufferForFile(File); in readDiagnostics()
H A DFrontendActions.cpp754 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
911 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
H A DASTUnit.cpp181 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 DPrecompiledPreamble.cpp826 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp210 if (auto VersionFile = FS.getBufferForFile(InstallPath + "/version.txt")) in CudaInstallationDetector()
214 if (auto CudaHFile = FS.getBufferForFile(InstallPath + "/include/cuda.h")) in CudaInstallationDetector()
H A DAMDGPU.cpp459 FS.getBufferForFile(BinPath + "/.hipVersion"); in detectHIPRuntime()
H A DGnu.cpp2599 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 DReproducer.cpp269 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in Verify()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp216 Buf = FileMgr.getBufferForFile(NewModule->File, in addModule()
H A DGlobalModuleIndex.cpp534 auto Buffer = FileMgr.getBufferForFile(File, /*isVolatile=*/true); in loadModuleFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h652 getBufferForFile(StringRef Filename, std::string *ErrorStr = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp61 llvm::vfs::getRealFileSystem()->getBufferForFile(mapping.GetPath()); in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp428 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h259 getBufferForFile(const Twine &Name, int64_t FileSize = -1,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp928 auto BCBuf = CI.getFileManager().getBufferForFile(F.Filename); in CreateASTConsumer()

12