Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp121 std::string IDString; in fetchDebugInfo()
122 if (!tryGetFromHex(InputBuildID, IDString)) { in fetchDebugInfo()
126 object::BuildID ID(IDString.begin(), IDString.end()); in fetchDebugInfo()
91 std::string IDString; main() local
/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp459 std::string IDString = buildIDToString(ID); in findBinaries() local
462 (void)DebugBinaries.try_emplace(IDString, std::move(FilePath)); in findBinaries()
465 (void)Binaries.try_emplace(IDString, std::move(FilePath)); in findBinaries()
564 std::string IDString; in DebuginfodServer() local
565 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()
570 object::BuildID ID(IDString.begin(), IDString.end()); in DebuginfodServer()
582 std::string IDString; in DebuginfodServer() local
583 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()
588 object::BuildID ID(IDString.begin(), IDString.end()); in DebuginfodServer()