Searched refs:parseUInt64 (Results 1 – 2 of 2) sorted by relevance
229 bool parseUInt64(uint64_t &Val);230 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64() function232 return parseUInt64(Val); in parseUInt64()
1546 bool LLParser::parseUInt64(uint64_t &Val) { in parseUInt64() function in LLParser1980 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 …]