Home
last modified time | relevance | path

Searched refs:DebuginfodFetcher (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DBuildIDFetcher.h23 class DebuginfodFetcher : public object::BuildIDFetcher {
25 DebuginfodFetcher(std::vector<std::string> DebugFileDirectories) in DebuginfodFetcher() function
27 virtual ~DebuginfodFetcher() = default;
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp22 DebuginfodFetcher::fetch(ArrayRef<uint8_t> BuildID) const { in fetch()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp126 Symbolizer.setBuildIDFetcher(std::make_unique<DebuginfodFetcher>( in enableDebuginfod()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp803 BIDFetcher = std::make_unique<DebuginfodFetcher>(DebugFileDirectory); in run()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3702 std::make_unique<DebuginfodFetcher>(std::move(DebugFileDirectories)); in llvm_objdump_main()