Searched refs:BuildIDRef (Results 1 – 11 of 11) sorted by relevance
59 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);
31 std::optional<std::string> fetch(object::BuildIDRef BuildID) const override;
28 typedef ArrayRef<uint8_t> BuildIDRef; typedef33 std::optional<BuildIDRef> getBuildID(const ObjectFile *Obj);43 virtual std::optional<std::string> fetch(BuildIDRef BuildID) const;
48 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()
27 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()
70 static std::string fetchDebugInfo(object::BuildIDRef BuildID);120 std::string fetchDebugInfo(object::BuildIDRef BuildID) { in fetchDebugInfo()
358 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()
958 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()
209 SmallVectorImpl<object::BuildIDRef> *BinaryIDs = nullptr);
256 object::BuildIDRef IncomingBuildID, in symbolizeInput()
1288 std::optional<object::BuildIDRef> BuildID = getBuildID(&Obj); in fetchBinaryByBuildID()