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.cpp96 uint64_t ExtendedLength; in processBlock() local
97 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock()
99 if (auto Err = BlockReader.skip(ExtendedLength)) in processBlock()
H A DEHFrameSupport.cpp99 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()