Searched defs:parseUInt64 (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/AsmParser/ | ||
H A D | LLParser.h | 274 bool parseUInt64(uint64_t &Val, LocTy &Loc) { parseUInt64() function |
/llvm-project/llvm/lib/AsmParser/ | ||
H A D | LLParser.cpp | 1876 bool LLParser::parseUInt64(uint64_t &Val) { parseUInt64() function in LLParser |