Searched refs:ExtendedLength (Results 1 – 2 of 2) sorted by relevance
95 uint64_t ExtendedLength; in processBlock() local96 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock()98 if (auto Err = BlockReader.skip(ExtendedLength)) in processBlock()
97 uint64_t ExtendedLength; in readCFIRecordLength() local98 if (auto Err = R.readInteger(ExtendedLength)) in readCFIRecordLength()101 if (ExtendedLength > std::numeric_limits<size_t>::max()) in readCFIRecordLength()105 ", extended length of " + formatv("{0:x}", ExtendedLength) + in readCFIRecordLength()109 return ExtendedLength; in readCFIRecordLength()