Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp95 uint64_t ExtendedLength; in processBlock() local
96 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock()
98 if (auto Err = BlockReader.skip(ExtendedLength)) in processBlock()
H A DEHFrameSupport.cpp97 uint64_t ExtendedLength; in readCFIRecordLength() local
98 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()