Searched refs:RecordLen (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h80 size_t RealLen = Prefix->RecordLen + 2;
104 if (Prefix->RecordLen < 2)
109 if (auto EC = Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t)))
H A DSymbolSerializer.h42 Prefix.RecordLen = 0;
H A DRecordSerialization.h35 explicit RecordPrefix(uint16_t Kind) : RecordLen(2), RecordKind(Kind) {}
37 ulittle16_t RecordLen; // Record length, starting from &RecordKind. member in struct:llvm::codeview::RecordPrefix
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp54 Prefix->RecordLen = Writer.getOffset() - sizeof(uint16_t);
H A DContinuationRecordBuilder.cpp159 Prefix->RecordLen = Data.size() - sizeof(RecordPrefix::RecordLen);
H A DTypeStreamMerger.cpp422 StorageHeader->RecordLen += 4 - Align;
H A DTypeRecordMapping.cpp203 uint16_t RecordLen = CVR.length() - 2; local
206 error(IO.mapInteger(RecordLen, "Record length"));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp111 FixedMem->Prefix.RecordLen = static_cast<uint16_t>(Size - 2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp247 Prefix.RecordLen = TotalLen - 2;
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp393 prefix->RecordLen = size - 2;

Completed in 86 milliseconds