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

Overrides

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

Declarations

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

References

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   45     if (auto EC = I.Mapping.visitTypeBegin(CVT))
   70     return Mapping->Mapping.visitTypeBegin(Record);
  116     consumeError(Mapping.Mapping.visitTypeBegin(FieldList));
lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp
   72   cantFail(Mapping.visitTypeBegin(Type));
lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
   35   cantFail(Mapping.visitTypeBegin(CVT));
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  216   return visitTypeBegin(CVR);