Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h37 ulittle16_t RecordLen; // Record length, starting from &RecordKind. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp203 uint16_t RecordLen = CVR.length() - 2; in visitTypeBegin() local