Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h272 bool parseUInt32(unsigned &Val, LocTy &Loc) { in parseUInt32() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1878 bool LLParser::parseUInt32(uint32_t &Val) { in parseUInt32() function in LLParser