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

References

lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
   35   cantFail(Mapping.visitTypeBegin(CVT));
   36   cantFail(Mapping.visitKnownRecord(CVT, Record));
   37   cantFail(Mapping.visitTypeEnd(CVT));
   42   Prefix->RecordKind = CVT.kind();