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

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDarwinSDKInfo.cpp23 VFS.getBufferForFile(Filepath);
H A DDistro.cpp40 VFS.getBufferForFile("/etc/lsb-release");
80 File = VFS.getBufferForFile("/etc/redhat-release");
98 File = VFS.getBufferForFile("/etc/debian_version");
133 File = VFS.getBufferForFile("/etc/SuSE-release");
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h35 FS->getBufferForFile(ConfigFile.str());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h382 getBufferForFile(const FileEntry *Entry, bool isVolatile = false,
385 getBufferForFile(StringRef Filename, bool isVolatile = false, function in class:clang::FileManager
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp461 FileManager::getBufferForFile(const FileEntry *Entry, bool isVolatile, function in class:FileManager
488 return FS->getBufferForFile(Filename, FileSize, RequiresNullTerminator,
493 return FS->getBufferForFile(FilePath, FileSize, RequiresNullTerminator,
H A DSourceManager.cpp160 auto BufferOrError = FM.getBufferForFile(ContentsEntry, IsFileVolatile);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp56 auto FileBuffer = FM.getBufferForFile(FE);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp104 VFS.getBufferForFile(Path);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp33 auto Buffer = FileMgr.getBufferForFile(File);
H A DFrontendActions.cpp727 auto Buffer = FileMgr.getBufferForFile(getCurrentFile());
880 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile());
H A DASTUnit.cpp180 BufferOwner = valueOrNull(VFS->getBufferForFile(RF.second, -1, true, isVolatile));
205 BufferOwner = valueOrNull(VFS->getBufferForFile(FilePath, -1, true, isVolatile));
735 ASTUnit::getBufferForFile(StringRef Filename, std::string *ErrorStr) { function in class:ASTUnit
737 auto Buffer = FileMgr->getBufferForFile(Filename, UserFilesAreVolatile);
H A DPrecompiledPreamble.cpp825 auto Buf = RealFS->getBufferForFile(PCHPath);
H A DCompilerInstance.cpp861 FileMgr.getBufferForFile(&File.getFileEntry(), /*isVolatile=*/true);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h374 llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp403 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp193 Buf = FileMgr.getBufferForFile(NewModule->File,
H A DGlobalModuleIndex.cpp534 auto Buffer = FileMgr.getBufferForFile(File, /*isVolatile=*/true);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp208 if (auto VersionFile = FS.getBufferForFile(InstallPath + "/version.txt"))
212 if (auto CudaHFile = FS.getBufferForFile(InstallPath + "/include/cuda.h"))
H A DAMDGPU.cpp287 FS.getBufferForFile(BinPath + "/.hipVersion");
H A DGnu.cpp2560 D.getVFS().getBufferForFile(D.SysRoot + "/etc/env.d/gcc/config-" +
2572 D.getVFS().getBufferForFile(D.SysRoot + "/etc/env.d/gcc/" +
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp61 llvm::vfs::getRealFileSystem()->getBufferForFile(mapping.GetPath());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h652 getBufferForFile(StringRef Filename, std::string *ErrorStr = nullptr);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h258 getBufferForFile(const Twine &Name, int64_t FileSize = -1,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp969 auto BCBuf = CI.getFileManager().getBufferForFile(F.Filename);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2844 FS->getBufferForFile(ConfigFile.str());

Completed in 372 milliseconds

12