Lines Matching refs:BuildIDRef
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()
467 BuildIDRef ID = getBuildID(Object); in findBinaries()
490 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath()
502 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath()
513 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath()
545 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath()