Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp39 MaxRecordLength - ContinuationLength;
141 assert(SegmentLength <= MaxRecordLength); in insertSegmentEnd()
H A DSimpleTypeSerializer.cpp30 SimpleTypeSerializer::SimpleTypeSerializer() : ScratchBuffer(MaxRecordLength) {} in SimpleTypeSerializer()
H A DTypeRecordMapping.cpp222 MaxLen = MaxRecordLength - sizeof(RecordPrefix); in visitTypeBegin()
264 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix) - in visitMemberBegin()
H A DSymbolRecordMapping.cpp37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h32 std::array<uint8_t, MaxRecordLength> RecordBuffer;
H A DRecordSerialization.h31 enum : unsigned { MaxRecordLength = 0xFF00 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp99 uint32_t(MaxRecordLength - sizeof(PublicSym32Layout) - 1)); in sizeOfPublic()
106 Pub.NameLen, uint32_t(MaxRecordLength - sizeof(PublicSym32Layout) - 1)); in serializePublic()
H A DTpiStreamBuilder.cpp66 assert(Record.size() <= codeview::MaxRecordLength); in addTypeRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp517 size_t MaxBufferSize = MaxRecordLength - InlineSiteSize - AnnotationSize; in encodeInlineLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp663 S.take_front(MaxRecordLength - MaxFixedRecordLength - 1)); in emitNullTerminatedSymbolName()