Searched refs:tryGetFromHex (Results 1 – 7 of 7) sorted by relevance
91 if (!tryGetFromHex(InputBuildID, IDString)) { in main()
140 !llvm::tryGetFromHex(bytes, hex)) in getHexStringValue()
220 inline bool tryGetFromHex(StringRef Input, std::string &Output) { in tryGetFromHex() function257 bool GotHex = tryGetFromHex(Input, Hex); in fromHex()
482 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()500 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()
96 EXPECT_FALSE(tryGetFromHex(InvalidStr, IgnoredOutput)); in TEST()
124 if (!tryGetFromHex(Str, Bytes)) in parseBuildID()
601 if (Str.empty() || Str.size() % 2 || !tryGetFromHex(Str, Bytes)) { in parseBuildID()