Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp39 MaxRecordLength - ContinuationLength;
141 assert(SegmentLength <= MaxRecordLength); in insertSegmentEnd()
H A DSimpleTypeSerializer.cpp31 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()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h34 std::array<uint8_t, MaxRecordLength> RecordBuffer;
H A DRecordSerialization.h30 enum : unsigned { MaxRecordLength = 0xFF00 }; enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp100 uint32_t(MaxRecordLength - sizeof(PublicSym32Layout) - 1)); in sizeOfPublic()
107 Pub.NameLen, uint32_t(MaxRecordLength - sizeof(PublicSym32Layout) - 1)); in serializePublic()
H A DTpiStreamBuilder.cpp62 assert(Record.size() <= codeview::MaxRecordLength); in addTypeRecord()
/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp606 assert(ty.length() <= codeview::MaxRecordLength); in mergeTypeRecord()
666 assert(ty.length() <= codeview::MaxRecordLength); in mergeUniqueTypeRecords()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp518 size_t MaxBufferSize = MaxRecordLength - InlineSiteSize - AnnotationSize; in encodeInlineLineTable()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp712 S.take_front(MaxRecordLength - MaxFixedRecordLength - 1)); in emitNullTerminatedSymbolName()