Home
last modified time | relevance | path

Searched refs:fetchBuildID (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIFetcher.h32 fetchBuildID(ArrayRef<uint8_t> BuildID) const = 0;
42 Optional<std::string> fetchBuildID(ArrayRef<uint8_t> BuildID) const override;
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDIFetcher.h29 Optional<std::string> fetchBuildID(ArrayRef<uint8_t> BuildID) const override;
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDIFetcher.cpp22 DebuginfodDIFetcher::fetchBuildID(ArrayRef<uint8_t> BuildID) const { in fetchBuildID() function in DebuginfodDIFetcher
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DDIFetcher.cpp24 LocalDIFetcher::fetchBuildID(ArrayRef<uint8_t> BuildID) const { in fetchBuildID() function in llvm::symbolize::LocalDIFetcher
H A DSymbolize.cpp482 Path = LocalDIFetcher(Opts.DebugFileDirectory).fetchBuildID(BuildID); in getOrFindDebugBinary()
490 Path = Fetcher->fetchBuildID(BuildID); in getOrFindDebugBinary()
/llvm-project-15.0.7/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp123 if (Optional<std::string> LocalPath = Fetcher.fetchBuildID(BuildID)) in fetchDebugInfo()