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

Overrides

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   45 TYPE_RECORD(LF_FIELDLIST, 0x1203, FieldList)

Overridden By

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   45 TYPE_RECORD(LF_FIELDLIST, 0x1203, FieldList)
lib/DebugInfo/CodeView/RecordName.cpp
   63 Error TypeNameComputer::visitKnownRecord(CVType &CVR,
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  210 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR,
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  564 Error TypeRecordMapping::visitKnownRecord(CVType &CVR,
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  285 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR,

Declarations

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   45 TYPE_RECORD(LF_FIELDLIST, 0x1203, FieldList)

References

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   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));