Home
last modified time | relevance | path

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

12

/freebsd-14.2/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()
118 VFS.getBufferForFile("/etc/redhat-release"); in DetectDistro()
137 File = VFS.getBufferForFile("/etc/debian_version"); in DetectDistro()
179 File = VFS.getBufferForFile("/etc/SuSE-release"); in DetectDistro()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h278 getBufferForFile(FileEntryRef Entry, bool isVolatile = false,
281 getBufferForFile(StringRef Filename, bool isVolatile = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h36 FS->getBufferForFile(ConfigFile.str()); in getConfiguration()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp41 auto BufferOrErr = FM.getBufferForFile(CurrentIgnoresFilePath); in create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp539 FileManager::getBufferForFile(FileEntryRef FE, bool isVolatile, in getBufferForFile() function in FileManager
571 return FS->getBufferForFile(Filename, FileSize, RequiresNullTerminator, in getBufferForFileImpl()
576 return FS->getBufferForFile(FilePath, FileSize, RequiresNullTerminator, in getBufferForFileImpl()
H A DDarwinSDKInfo.cpp136 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
H A DSourceManager.cpp117 auto BufferOrError = FM.getBufferForFile(*ContentsEntry, IsFileVolatile); in getBufferOrNone()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp57 auto FileBuffer = FM.getBufferForFile(FE); in Create()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp111 VFS.getBufferForFile(Path); in createInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp33 auto Buffer = FileMgr.getBufferForFile(File); in readDiagnostics()
H A DFrontendActions.cpp827 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
1079 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
H A DASTUnit.cpp179 BufferOwner = valueOrNull(VFS->getBufferForFile(RF.second, -1, true, isVolatile)); in getBufferForFileHandlingRemapping()
204 BufferOwner = valueOrNull(VFS->getBufferForFile(FilePath, -1, true, isVolatile)); in getBufferForFileHandlingRemapping()
768 ASTUnit::getBufferForFile(StringRef Filename, std::string *ErrorStr) { in getBufferForFile() function in ASTUnit
770 auto Buffer = FileMgr->getBufferForFile(Filename, UserFilesAreVolatile); in getBufferForFile()
H A DPrecompiledPreamble.cpp800 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp206 auto Buf = FileMgr.getBufferForFile(NewModule->File, in addModule()
H A DGlobalModuleIndex.cpp528 auto Buffer = FileMgr.getBufferForFile(File, /*isVolatile=*/true); in loadModuleFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h655 getBufferForFile(StringRef Filename, std::string *ErrorStr = nullptr);
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp178 D.getVFS().getBufferForFile(MultilibPath); in findMultilibsFromYAML()
H A DAMDGPU.cpp494 FS.getBufferForFile(VersionFilePath); in detectHIPRuntime()
H A DCuda.cpp208 if (auto CudaHFile = FS.getBufferForFile(InstallPath + "/include/cuda.h")) in CudaInstallationDetector()
H A DGnu.cpp2983 D.getVFS().getBufferForFile(concat(D.SysRoot, GentooConfigDir, in ScanGentooGccConfig()
2995 D.getVFS().getBufferForFile( in ScanGentooGccConfig()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h281 getBufferForFile(const Twine &Name, int64_t FileSize = -1,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp949 auto BCBuf = CI.getFileManager().getBufferForFile(F.Filename); in loadLinkModules()
H A DCGCUDANV.cpp719 VFS->getBufferForFile(CudaGpuBinaryFileName, -1, false); in makeModuleCtorFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp72 : FS.getBufferForFile(Filename); in setupMemoryBuffer()
H A DSampleProfReader.cpp1805 : FS.getBufferForFile(Filename); in setupMemoryBuffer()

12