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

Overrides

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   54 TYPE_RECORD(LF_VFTABLE, 0x151d, VFTable)

Overridden By

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   54 TYPE_RECORD(LF_VFTABLE, 0x151d, VFTable)
lib/DebugInfo/CodeView/RecordName.cpp
  124 Error TypeNameComputer::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) {
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  293 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) {
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  480 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, VFTableRecord &Record) {
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  379 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR,

Declarations

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   54 TYPE_RECORD(LF_VFTABLE, 0x151d, VFTable)

References

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   47     if (auto EC = I.Mapping.visitKnownRecord(CVT, Record))
   96     return Mapping->Mapping.visitKnownRecord(CVR, Record);
include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
  101       if (auto EC = Visitor->visitKnownRecord(CVR, Record))
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
   27   if (auto EC = Callbacks.visitKnownRecord(Record, KnownRecord))
lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
   36   cantFail(Mapping.visitKnownRecord(CVT, Record));