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

Overrides

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   47 TYPE_RECORD(LF_ARRAY, 0x1503, Array)

Overridden By

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   47 TYPE_RECORD(LF_ARRAY, 0x1503, Array)
lib/DebugInfo/CodeView/RecordName.cpp
  119 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArrayRecord &AT) {
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  285 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) {
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  386 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArrayRecord &Record) {
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  368 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) {
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
   70   virtual Error visitKnownRecord(CVType &CVR, ArrayRecord &AR) {

Declarations

include/llvm/DebugInfo/CodeView/CodeViewTypes.def
   47 TYPE_RECORD(LF_ARRAY, 0x1503, Array)

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