Home
last modified time | relevance | path

Searched refs:BuildIDRef (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h59 Expected<std::string> getCachedOrDownloadSource(object::BuildIDRef ID,
64 Expected<std::string> getCachedOrDownloadExecutable(object::BuildIDRef ID);
68 Expected<std::string> getCachedOrDownloadDebuginfo(object::BuildIDRef ID);
113 Expected<std::optional<std::string>> getDebugBinaryPath(object::BuildIDRef);
114 Expected<std::optional<std::string>> getBinaryPath(object::BuildIDRef);
133 Expected<std::string> findDebugBinaryPath(object::BuildIDRef);
134 Expected<std::string> findBinaryPath(object::BuildIDRef);
H A DBuildIDFetcher.h31 std::optional<std::string> fetch(object::BuildIDRef BuildID) const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DBuildID.h28 typedef ArrayRef<uint8_t> BuildIDRef; typedef
33 std::optional<BuildIDRef> getBuildID(const ObjectFile *Obj);
43 virtual std::optional<std::string> fetch(BuildIDRef BuildID) const;
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp48 using llvm::object::BuildIDRef;
54 static std::string buildIDToString(BuildIDRef ID) { in buildIDToString()
100 Expected<std::string> getCachedOrDownloadSource(BuildIDRef ID, in getCachedOrDownloadSource()
109 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID) { in getCachedOrDownloadExecutable()
116 Expected<std::string> getCachedOrDownloadDebuginfo(BuildIDRef ID) { in getCachedOrDownloadDebuginfo()
407 std::optional<BuildIDRef> ID = getBuildID(Object); in findBinaries()
430 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath()
442 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath()
453 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath()
485 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DBuildID.cpp27 std::optional<BuildIDRef> getBuildID(const ELFFile<ELFT> &Obj) { in getBuildID()
48 std::optional<BuildIDRef> getBuildID(const ObjectFile *Obj) { in getBuildID()
60 std::optional<std::string> BuildIDFetcher::fetch(BuildIDRef BuildID) const { in fetch()
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp70 static std::string fetchDebugInfo(object::BuildIDRef BuildID);
120 std::string fetchDebugInfo(object::BuildIDRef BuildID) { in fetchDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp358 SmallVector<object::BuildIDRef> BinaryIDs; in loadFromFile()
374 llvm::map_range(BinaryIDs, [](object::BuildIDRef BID) { in loadFromFile()
417 SmallVector<object::BuildIDRef> BinaryIDsToFetch; in load()
419 const auto &Compare = [](object::BuildIDRef A, object::BuildIDRef B) { in load()
430 for (object::BuildIDRef BinaryID : BinaryIDsToFetch) { in load()
H A DCoverageMappingReader.cpp958 std::optional<object::BuildIDRef> *BinaryID = nullptr) { in loadBinaryFormat()
1081 StringRef CompilationDir, SmallVectorImpl<object::BuildIDRef> *BinaryIDs) { in create()
1154 std::optional<object::BuildIDRef> BinaryID; in create()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h209 SmallVectorImpl<object::BuildIDRef> *BinaryIDs = nullptr);
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp256 object::BuildIDRef IncomingBuildID, in symbolizeInput()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1288 std::optional<object::BuildIDRef> BuildID = getBuildID(&Obj); in fetchBinaryByBuildID()