Home
last modified time | relevance | path

Searched defs:parseUInt64 (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h230 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1546 bool LLParser::parseUInt64(uint64_t &Val) { in parseUInt64() function in LLParser