Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp38 static constexpr uint32_t MaxSegmentLength = variable
106 if (getCurrentSegmentLength() > MaxSegmentLength) { in writeMemberType()
121 assert(getCurrentSegmentLength() <= MaxSegmentLength); in writeMemberType()
132 assert(Offset - SegmentBegin <= MaxSegmentLength); in insertSegmentEnd()