Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp37 static constexpr uint32_t ContinuationLength = sizeof(ContinuationRecord); variable
39 MaxRecordLength - ContinuationLength;
139 uint32_t NewSegmentBegin = Offset + ContinuationLength; in insertSegmentEnd()
170 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord()
DTypeRecordMapping.cpp118 constexpr uint32_t ContinuationLength = 8; in visitMemberBegin() local
120 ContinuationLength)); in visitMemberBegin()