Home
last modified time | relevance | path

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

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