reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  195   if (CVR.kind() != TypeLeafKind::LF_FIELDLIST &&
  196       CVR.kind() != TypeLeafKind::LF_METHODLIST)
  199   TypeKind = CVR.kind();
  202     auto RecordKind = CVR.kind();
  203     uint16_t RecordLen = CVR.length() - 2;