Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h39 typedef ArrayRef<uint8_t> BuildIDRef; typedef
57 Expected<std::string> getCachedOrDownloadSource(BuildIDRef ID,
62 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID);
66 Expected<std::string> getCachedOrDownloadDebuginfo(BuildIDRef ID);
111 Expected<Optional<std::string>> getDebugBinaryPath(BuildIDRef);
112 Expected<Optional<std::string>> getBinaryPath(BuildIDRef);
131 Expected<std::string> findDebugBinaryPath(BuildIDRef);
132 Expected<std::string> findBinaryPath(BuildIDRef);
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp49 static std::string buildIDToString(BuildIDRef ID) { in buildIDToString()
91 Expected<std::string> getCachedOrDownloadSource(BuildIDRef ID, in getCachedOrDownloadSource()
100 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID) { in getCachedOrDownloadExecutable()
107 Expected<std::string> getCachedOrDownloadDebuginfo(BuildIDRef ID) { in getCachedOrDownloadDebuginfo()
372 Optional<BuildIDRef> ID = symbolize::getBuildID(Object); in findBinaries()
395 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath()
407 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath()
418 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath()
450 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath()