Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp39 MaxRecordLength - ContinuationLength;
141 assert(SegmentLength <= MaxRecordLength); in insertSegmentEnd()
H A DSimpleTypeSerializer.cpp32 SimpleTypeSerializer::SimpleTypeSerializer() : ScratchBuffer(MaxRecordLength) {} in SimpleTypeSerializer()
H A DTypeRecordMapping.cpp242 MaxLen = MaxRecordLength - sizeof(RecordPrefix); in visitTypeBegin()
284 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix) - in visitMemberBegin()
H A DSymbolRecordMapping.cpp37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h34 std::array<uint8_t, MaxRecordLength> RecordBuffer;
H A DRecordSerialization.h31 enum : unsigned { MaxRecordLength = 0xFF00 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp102 uint32_t(MaxRecordLength - sizeof(PublicSym32Layout) - 1)); in sizeOfPublic()
109 Pub.NameLen, uint32_t(MaxRecordLength - sizeof(PublicSym32Layout) - 1)); in serializePublic()
H A DTpiStreamBuilder.cpp62 assert(Record.size() <= codeview::MaxRecordLength); in addTypeRecord()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp647 assert(ty.length() <= codeview::MaxRecordLength); in mergeTypeRecord()
707 assert(ty.length() <= codeview::MaxRecordLength); in mergeUniqueTypeRecords()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp520 size_t MaxBufferSize = MaxRecordLength - InlineSiteSize - AnnotationSize; in encodeInlineLineTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp735 S.take_front(MaxRecordLength - MaxFixedRecordLength - 1)); in emitNullTerminatedSymbolName()
3638 (MaxRecordLength - sizeof(SymbolKind) - sizeof(uint32_t)) / in emitInlinees()