Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp39 MaxRecordLength - ContinuationLength;
144 assert(SegmentLength <= MaxRecordLength); in insertSegmentEnd()
DSimpleTypeSerializer.cpp26 SimpleTypeSerializer::SimpleTypeSerializer() : ScratchBuffer(MaxRecordLength) {} in SimpleTypeSerializer()
DTypeRecordMapping.cpp94 MaxLen = MaxRecordLength - sizeof(RecordPrefix); in visitTypeBegin()
119 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix) - in visitMemberBegin()
DSymbolRecordMapping.cpp38 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolSerializer.h34 std::array<uint8_t, MaxRecordLength> RecordBuffer;
DRecordSerialization.h32 enum : unsigned { MaxRecordLength = 0xFF00 }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp509 size_t MaxBufferSize = MaxRecordLength - InlineSiteSize - AnnotationSize; in encodeInlineLineTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp528 S.take_front(MaxRecordLength - MaxFixedRecordLength - 1)); in emitNullTerminatedSymbolName()