Home
last modified time | relevance | path

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

12

/freebsd/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()
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 DFileManager.h288 getBufferForFile(FileEntryRef Entry, bool isVolatile = false,
292 getBufferForFile(StringRef Filename, bool isVolatile = false,
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp41 auto BufferOrErr = FM.getBufferForFile(CurrentIgnoresFilePath); in create()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp532 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 DDarwinSDKInfo.cpp136 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
H A DSourceManager.cpp125 auto BufferOrError = FM.getBufferForFile(*ContentsEntry, IsFileVolatile); in getBufferOrNone()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp111 VFS.getBufferForFile(Path); in createInternal()
H A DCommandLine.cpp1139 FS->getBufferForFile(FName); in expandResponseFile()
H A DVirtualFileSystem.cpp119 FileSystem::getBufferForFile(const llvm::Twine &Name, int64_t FileSize, in getBufferForFile() function in FileSystem
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp33 auto Buffer = FileMgr.getBufferForFile(File); in readDiagnostics()
H A DFrontendActions.cpp864 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
1115 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
H A DASTUnit.cpp180 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 DPrecompiledPreamble.cpp801 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h655 getBufferForFile(StringRef Filename, std::string *ErrorStr = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp176 D.getVFS().getBufferForFile(MultilibPath); in findMultilibsFromYAML()
H A DCuda.cpp212 if (auto CudaHFile = FS.getBufferForFile(InstallPath + "/include/cuda.h")) in CudaInstallationDetector()
H A DAMDGPU.cpp501 FS.getBufferForFile(VersionFilePath); in detectHIPRuntime()
H A DGnu.cpp2988 D.getVFS().getBufferForFile(concat(D.SysRoot, GentooConfigDir, in ScanGentooGccConfig()
3000 D.getVFS().getBufferForFile( in ScanGentooGccConfig()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp524 auto Buffer = FileMgr.getBufferForFile(File, /*isVolatile=*/true); in loadModuleFile()
H A DASTReader.cpp2634 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 DVirtualFileSystem.h281 getBufferForFile(const Twine &Name, int64_t FileSize = -1,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp924 auto BCBuf = CI.getFileManager().getBufferForFile(F.Filename); in loadLinkModules()
H A DCGCUDANV.cpp732 VFS->getBufferForFile(CudaGpuBinaryFileName, -1, false); in makeModuleCtorFunction()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp74 : FS.getBufferForFile(Filename); in setupMemoryBuffer()
H A DSampleProfReader.cpp1806 : FS.getBufferForFile(Filename); in setupMemoryBuffer()

12