Home
last modified time | relevance | path

Searched defs:RecordLen (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h36 ulittle16_t RecordLen; // Record length, starting from &RecordKind. member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp248 uint16_t RecordLen = CVR.length() - 2; in visitTypeBegin() local