Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h229 bool parseUInt64(uint64_t &Val);
230 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64() function
232 return parseUInt64(Val); in parseUInt64()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1546 bool LLParser::parseUInt64(uint64_t &Val) { in parseUInt64() function in LLParser
1980 if (parseUInt64(Bytes)) in parseOptionalDerefAttrBytes()
7934 parseUInt64(TTRes.AlignLog2)) in parseTypeTestResolution()
7954 parseUInt64(TTRes.InlineBits)) in parseTypeTestResolution()
8103 parseUInt64(ByArg.Info)) in parseOptionalResByArg()
8146 if (parseUInt64(Val)) in parseArgs()
8243 if (parseUInt64(Flags)) in parseSummaryIndexFlags()
8259 if (parseUInt64(BlockCount)) in parseBlockCount()
9030 } else if (parseUInt64(GUID)) in parseTypeTests()
9166 parseUInt64(VFuncId.GUID)) in parseVFuncId()
[all …]