Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h37 ulittle16_t RecordLen; // Record length, starting from &RecordKind. member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp228 uint16_t RecordLen = CVR.length() - 2; in visitTypeBegin() local