Searched refs:ExtendedLength (Results 1 – 2 of 2) sorted by relevance
96 uint64_t ExtendedLength; in processBlock() local97 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock()99 if (auto Err = BlockReader.skip(ExtendedLength)) in processBlock()
99 uint64_t ExtendedLength; in readCFIRecordLength() local 100 if (auto Err = R.readInteger(ExtendedLength)) in readCFIRecordLength() 103 if (ExtendedLength > std::numeric_limits<size_t>::max()) in readCFIRecordLength() 107 ", extended length of " + formatv("{0:x}", ExtendedLength) + in readCFIRecordLength() 111 return ExtendedLength; in readCFIRecordLength()