Searched refs:readUnencodedNumber (Results 1 – 4 of 4) sorted by relevance
338 template <typename T> ErrorOr<T> MCPseudoProbeDecoder::readUnencodedNumber() { in readUnencodedNumber() function in MCPseudoProbeDecoder395 if (!readUnencodedNumber<uint64_t>()) in buildGUID2FuncDescMap()398 if (!readUnencodedNumber<uint64_t>()) in buildGUID2FuncDescMap()416 cantFail(errorOrToExpected(readUnencodedNumber<uint64_t>())); in buildGUID2FuncDescMap()418 cantFail(errorOrToExpected(readUnencodedNumber<uint64_t>())); in buildGUID2FuncDescMap()454 uint64_t Guid = cantFail(errorOrToExpected(readUnencodedNumber<uint64_t>())); in buildAddress2ProbeMap()485 uint8_t Value = cantFail(errorOrToExpected(readUnencodedNumber<uint8_t>())); in buildAddress2ProbeMap()494 Addr = cantFail(errorOrToExpected(readUnencodedNumber<int64_t>())); in buildAddress2ProbeMap()546 auto ErrorOrCurGuid = readUnencodedNumber<uint64_t>(); in countRecords()579 auto ErrorOrValue = readUnencodedNumber<uint8_t>(); in countRecords()[all …]
521 ErrorOr<T> SampleProfileReaderBinary::readUnencodedNumber() { in readUnencodedNumber() function in SampleProfileReaderBinary1355 auto Type = readUnencodedNumber<uint64_t>(); in readSecHdrTableEntry()1360 auto Flags = readUnencodedNumber<uint64_t>(); in readSecHdrTableEntry()1365 auto Offset = readUnencodedNumber<uint64_t>(); in readSecHdrTableEntry()1370 auto Size = readUnencodedNumber<uint64_t>(); in readSecHdrTableEntry()1381 auto EntryNum = readUnencodedNumber<uint64_t>(); in readSecHdrTable()
426 template <typename T> ErrorOr<T> readUnencodedNumber();
665 template <typename T> ErrorOr<T> readUnencodedNumber();