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

References

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   43     Record.Kind = static_cast<TypeRecordKind>(CVT.kind());
   44     MappingInfo I(CVT.content());
   45     if (auto EC = I.Mapping.visitTypeBegin(CVT))
   47     if (auto EC = I.Mapping.visitKnownRecord(CVT, Record))
   49     if (auto EC = I.Mapping.visitTypeEnd(CVT))