Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h66 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);
H A DBuildIDFetcher.h31 std::optional<std::string> fetch(object::BuildIDRef BuildID) const override;
/src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp49 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 …]
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DBuildID.h28 typedef ArrayRef<uint8_t> BuildIDRef; typedef
36 BuildIDRef getBuildID(const ObjectFile *Obj);
46 virtual std::optional<std::string> fetch(BuildIDRef BuildID) const;
/src/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp26 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()
/src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp982 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()
H A DCoverageMappingReader.cpp1079 object::BuildIDRef *BinaryID = nullptr) { in loadBinaryFormat()
1206 StringRef CompilationDir, SmallVectorImpl<object::BuildIDRef> *BinaryIDs) { in create()
1284 object::BuildIDRef BinaryID; in create()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h210 SmallVectorImpl<object::BuildIDRef> *BinaryIDs = nullptr);
/src/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp331 object::BuildIDRef IncomingBuildID, in symbolizeInput()
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp451 object::BuildIDRef BinaryId = object::getBuildID(Object); in setupForSymbolization()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1641 object::BuildIDRef BuildID = getBuildID(&Obj); in fetchBinaryByBuildID()