Searched refs:getCurrentSegmentLength (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DContinuationRecordBuilder.h41 uint32_t getCurrentSegmentLength() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp96 assert(getCurrentSegmentLength() % 4 == 0);
103 if (getCurrentSegmentLength() > MaxSegmentLength) {
114 assert(getCurrentSegmentLength() == MemberLength + sizeof(RecordPrefix));
117 assert(getCurrentSegmentLength() % 4 == 0);
118 assert(getCurrentSegmentLength() <= MaxSegmentLength);
121 uint32_t ContinuationRecordBuilder::getCurrentSegmentLength() const { function in class:ContinuationRecordBuilder

Completed in 56 milliseconds