Home
last modified time | relevance | path

Searched refs:tryGetFromHex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp49 if (!tryGetFromHex(Str, Bytes)) in parseBuildID()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h233 inline bool tryGetFromHex(StringRef Input, std::string &Output) { in tryGetFromHex() function
270 bool GotHex = tryGetFromHex(Input, Hex); in fromHex()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp565 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()
583 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()