Searched refs:BuildIDRef (Results 1 – 11 of 11) sorted by relevance
66 std::string getDebuginfodSourceUrlPath(object::BuildIDRef ID,71 Expected<std::string> getCachedOrDownloadSource(object::BuildIDRef ID,75 std::string getDebuginfodExecutableUrlPath(object::BuildIDRef ID);79 Expected<std::string> getCachedOrDownloadExecutable(object::BuildIDRef ID);82 std::string getDebuginfodDebuginfoUrlPath(object::BuildIDRef ID);86 Expected<std::string> getCachedOrDownloadDebuginfo(object::BuildIDRef ID);131 Expected<std::optional<std::string>> getDebugBinaryPath(object::BuildIDRef);132 Expected<std::optional<std::string>> getBinaryPath(object::BuildIDRef);151 Expected<std::string> findDebugBinaryPath(object::BuildIDRef);152 Expected<std::string> findBinaryPath(object::BuildIDRef);
31 std::optional<std::string> fetch(object::BuildIDRef BuildID) const override;
49 using llvm::object::BuildIDRef;63 static std::string buildIDToString(BuildIDRef ID) { in buildIDToString()123 std::string getDebuginfodSourceUrlPath(BuildIDRef ID, in getDebuginfodSourceUrlPath()132 Expected<std::string> getCachedOrDownloadSource(BuildIDRef ID, in getCachedOrDownloadSource()138 std::string getDebuginfodExecutableUrlPath(BuildIDRef ID) { in getDebuginfodExecutableUrlPath()145 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID) { in getCachedOrDownloadExecutable()150 std::string getDebuginfodDebuginfoUrlPath(BuildIDRef ID) { in getDebuginfodDebuginfoUrlPath()157 Expected<std::string> getCachedOrDownloadDebuginfo(BuildIDRef ID) { in getCachedOrDownloadDebuginfo()455 BuildIDRef ID = getBuildID(Object); in findBinaries()478 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath()[all …]
28 typedef ArrayRef<uint8_t> BuildIDRef; typedef36 BuildIDRef getBuildID(const ObjectFile *Obj);46 virtual std::optional<std::string> fetch(BuildIDRef BuildID) const;
26 template <typename ELFT> BuildIDRef getBuildID(const ELFFile<ELFT> &Obj) { in getBuildID()56 BuildIDRef llvm::object::getBuildID(const ObjectFile *Obj) { in getBuildID()68 std::optional<std::string> BuildIDFetcher::fetch(BuildIDRef BuildID) const { in fetch()
982 SmallVector<object::BuildIDRef> BinaryIDs; in loadFromFile()998 llvm::map_range(BinaryIDs, [](object::BuildIDRef BID) { in loadFromFile()1040 SmallVector<object::BuildIDRef> BinaryIDsToFetch; in load()1042 const auto &Compare = [](object::BuildIDRef A, object::BuildIDRef B) { in load()1053 for (object::BuildIDRef BinaryID : BinaryIDsToFetch) { in load()
1079 object::BuildIDRef *BinaryID = nullptr) { in loadBinaryFormat()1206 StringRef CompilationDir, SmallVectorImpl<object::BuildIDRef> *BinaryIDs) { in create()1284 object::BuildIDRef BinaryID; in create()
210 SmallVectorImpl<object::BuildIDRef> *BinaryIDs = nullptr);
331 object::BuildIDRef IncomingBuildID, in symbolizeInput()
451 object::BuildIDRef BinaryId = object::getBuildID(Object); in setupForSymbolization()
1641 object::BuildIDRef BuildID = getBuildID(&Obj); in fetchBinaryByBuildID()