Home
last modified time | relevance | path

Searched refs:getFile (Results 51 – 75 of 164) sorted by relevance

1234567

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp337 errorOrToExpected(MemoryBuffer::getFile(Filename, /*IsText=*/true))) { in readYaml()
354 errorOrToExpected(MemoryBuffer::getFile(Filename, /*IsText=*/true))) { in readYamls()
/netbsd/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp58 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp93 if (FileMgr->getFile(AltHeaderFilename)) in moduleMapAddUmbrellaHeader()
H A DPrecompiledPreamble.cpp399 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in Build()
448 auto FileOrErr = Clang->getFileManager().getFile(Filename); in Build()
800 auto MainFilePath = CI.getFrontendOpts().Inputs[0].getFile(); in configurePreamble()
H A DCompilerInstance.cpp266 llvm::MemoryBuffer::getFile(VFSFile); in collectVFSEntries()
420 auto ToFile = FileMgr.getFile(RF.second); in InitializeFileRemapping()
641 auto Entry = PP.getFileManager().getFile(Filename); in EnableCodeCompletion()
899 StringRef InputFile = Input.getFile(); in InitializeSourceManager()
1180 if (auto FE = FileMgr.getFile(PublicFilename)) in getPublicModuleMap()
1740 if (auto ModuleFile = FileMgr->getFile(ModuleFilename)) in findOrCompileModuleAndReadAST()
/netbsd/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMagic.cpp226 auto FileOrError = MemoryBuffer::getFile(Path, /*IsText=*/false, in identify_magic()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h296 unsigned getFile(StringRef Directory, StringRef FileName, in getFile() function
325 unsigned getFile(StringRef &Directory, StringRef &FileName,
/netbsd/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp165 llvm::MemoryBuffer::getFile(Input, /*IsText=*/true); in cc1gen_reproducer_main()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFile.h93 OptionalFileEntryRefDegradesToFileEntryPtr getFile() const { in getFile() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h203 getFile(StringRef Filename, bool OpenFile = false, bool CacheFailure = true);
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp230 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(InputObject))); in main()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp260 llvm::MemoryBuffer::getFile(IndexPath.c_str()); in readIndex()
663 = FileMgr.getFile(ImportedFile, /*OpenFile=*/false, in loadModuleFile()
898 auto ModuleFile = FileMgr.getFile(D->path()); in writeIndex()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInternalize.cpp77 MemoryBuffer::getFile(Filename); in LoadFile()
H A DBlockExtractor.cpp123 auto ErrOrBuf = MemoryBuffer::getFile(BlockExtractorFile); in loadFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DSignals.cpp185 auto OutputBuf = MemoryBuffer::getFile(OutputFile.c_str()); in printSymbolizedStackTrace()
H A DSourceMgr.cpp45 MemoryBuffer::getFile(IncludedFile); in AddIncludeFile()
52 NewBufOrErr = MemoryBuffer::getFile(IncludedFile); in AddIncludeFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DObjectFile.cpp188 MemoryBuffer::getFile(ObjectPath); in createObjectFile()
/netbsd/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp231 MemoryBuffer::getFile(FileName); in read()
368 MemoryBuffer::getFile(InputFile); in read()
845 MemoryBuffer::getFile(FileName); in isCoverageFile()
871 MemoryBuffer::getFile(ObjectFile); in symbolize()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp119 auto FE = SM.getFileManager().getFile(Range.FileName); in forAllRanges()
488 llvm::MemoryBuffer::getFile(File); in applySourceChanges()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp64 auto FileOrErr = MemoryBuffer::getFile(LineInfo.FileName); in printBlameContext()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h216 StringRef getFile() const { in getFile() function
/netbsd/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp156 auto BufOrErr = MemoryBuffer::getFile(Arg, /*IsText=*/false, in runFuzzerOnInputs()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp91 auto ErrorBuf = llvm::MemoryBuffer::getFile(ErrorFile.c_str()); in findResourceDir()
96 auto OutputBuf = llvm::MemoryBuffer::getFile(OutputFile.c_str()); in findResourceDir()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp70 auto Entry = SM.getFileManager().getFile(FilePath); in apply()
617 auto FE = FileMgr.getFile(Entry.first); in groupReplacementsByFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp137 Optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup()

1234567