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

Overrides

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   68 MEMBER_RECORD(LF_VFUNCTAB, 0x1409, VFPtr)

Overridden By

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   68 MEMBER_RECORD(LF_VFUNCTAB, 0x1409, VFPtr)
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  511 Error TypeDumpVisitor::visitKnownMember(CVMemberRecord &CVR,
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  678 Error TypeRecordMapping::visitKnownMember(CVMemberRecord &CVR,
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  115 Error UdtRecordCompleter::visitKnownMember(CVMemberRecord &cvr,
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  587 Error MinimalTypeDumpVisitor::visitKnownMember(CVMemberRecord &CVR,

Declarations

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   68 MEMBER_RECORD(LF_VFUNCTAB, 0x1409, VFPtr)

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));