Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp37 static constexpr uint32_t ContinuationLength = sizeof(ContinuationRecord); variable
39 MaxRecordLength - ContinuationLength;
136 uint32_t NewSegmentBegin = Offset + ContinuationLength; in insertSegmentEnd()
162 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord()
H A DTypeRecordMapping.cpp283 constexpr uint32_t ContinuationLength = 8; in visitMemberBegin() local
285 ContinuationLength)); in visitMemberBegin()