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

Overrides

include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
   35   virtual Error visitTypeEnd(CVType &Record) { return Error::success(); }

Declarations

include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
   32   Error visitTypeEnd(CVType &Record) override;

References

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   49     if (auto EC = I.Mapping.visitTypeEnd(CVT))
   79     auto EC = Mapping->Mapping.visitTypeEnd(Record);
  122     consumeError(Mapping.Mapping.visitTypeEnd(FieldList));
lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp
  176   cantFail(Mapping.visitTypeEnd(Type));
lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
   37   cantFail(Mapping.visitTypeEnd(CVT));