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

Overrides

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   64 MEMBER_RECORD(LF_VBCLASS, 0x1401, VirtualBaseClass)

Overridden By

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   64 MEMBER_RECORD(LF_VBCLASS, 0x1401, VirtualBaseClass)
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  535 Error TypeDumpVisitor::visitKnownMember(CVMemberRecord &CVR,
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  664 Error TypeRecordMapping::visitKnownMember(CVMemberRecord &CVR,
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  103 Error UdtRecordCompleter::visitKnownMember(CVMemberRecord &cvr,
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  571 Error MinimalTypeDumpVisitor::visitKnownMember(CVMemberRecord &CVR,

Declarations

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   64 MEMBER_RECORD(LF_VBCLASS, 0x1401, VirtualBaseClass)

References

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
  148     if (auto EC = Mapping.Mapping.visitKnownMember(CVR, Record))
include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
  110       if (auto EC = Visitor->visitKnownMember(CVMR, Record))
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
   37   if (auto EC = Callbacks.visitKnownMember(Record, KnownRecord))
lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp
   91   cantFail(Mapping.visitKnownMember(CVMR, Record));