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

References

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   68     assert(!Mapping && "Already in a type mapping!");
   69     Mapping = std::make_unique<MappingInfo>(Record.content());
   70     return Mapping->Mapping.visitTypeBegin(Record);
   78     assert(Mapping && "Not in a type mapping!");
   79     auto EC = Mapping->Mapping.visitTypeEnd(Record);
   80     Mapping.reset();
   96     return Mapping->Mapping.visitKnownRecord(CVR, Record);