Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h276 bool parseUInt64(uint64_t &Val);
277 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64() function
279 return parseUInt64(Val); in parseUInt64()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1891 bool LLParser::parseUInt64(uint64_t &Val) { in parseUInt64() function in LLParser
2369 if (parseUInt64(Value)) in parseOptionalAlignment()
2425 if (parseUInt64(Bytes)) in parseOptionalDerefAttrBytes()
2621 !parseUInt64(Value)) { in parseNoFPClassAttr()
8856 parseToken(lltok::colon, "expected ':' here") || parseUInt64(Offset) || in parseTypeIdCompatibleVtableEntry()
8957 parseUInt64(TTRes.AlignLog2)) in parseTypeTestResolution()
8962 if (parseToken(lltok::colon, "expected ':'") || parseUInt64(TTRes.SizeM1)) in parseTypeTestResolution()
8977 parseUInt64(TTRes.InlineBits)) in parseTypeTestResolution()
9006 parseToken(lltok::colon, "expected ':' here") || parseUInt64(Offset) || in parseOptionalWpdResolutions()
9126 parseUInt64(ByArg.Info)) in parseOptionalResByArg()
[all …]