Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h76 size_t RealLen = Prefix->RecordLen + 2; in forEachCodeViewRecord()
100 if (Prefix->RecordLen < 2) in readCVRecordFromStream()
105 if (auto EC = Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t))) in readCVRecordFromStream()
H A DRecordSerialization.h34 explicit RecordPrefix(uint16_t Kind) : RecordLen(2), RecordKind(Kind) {} in RecordPrefix()
36 ulittle16_t RecordLen; // Record length, starting from &RecordKind. member
H A DSymbolSerializer.h42 Prefix.RecordLen = 0; in writeRecordPrefix()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp159 Prefix->RecordLen = Data.size() - sizeof(RecordPrefix::RecordLen); in createSegmentRecord()
H A DSimpleTypeSerializer.cpp55 Prefix->RecordLen = Writer.getOffset() - sizeof(uint16_t); in serialize()
H A DTypeRecordMapping.cpp248 uint16_t RecordLen = CVR.length() - 2; in visitTypeBegin() local
251 error(IO.mapInteger(RecordLen, "Record length")); in visitTypeBegin()
H A DTypeStreamMerger.cpp421 StorageHeader->RecordLen += 4 - Align; in remapIndices()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp113 FixedMem->Prefix.RecordLen = static_cast<uint16_t>(Size - 2); in serializePublic()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp538 reinterpret_cast<RecordPrefix *>(recordBytes.data())->RecordLen = in fixRecordAlignment()
549 prefix->RecordLen = recordBytes.size() - 2; in replaceWithSkipRecord()
H A DDebugTypes.cpp652 reinterpret_cast<RecordPrefix *>(newRec.data())->RecordLen = newSize - 2; in mergeTypeRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp284 Prefix.RecordLen = TotalLen - 2; in toCodeViewSymbol()