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

Overridden By

lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   52 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
   54 CVType GlobalTypeTableBuilder::getType(TypeIndex Index) {
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
   90 CVType LazyRandomTypeCollection::getType(TypeIndex Index) {
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
   54 CVType MergingTypeTableBuilder::getType(TypeIndex Index) {
lib/DebugInfo/CodeView/TypeTableCollection.cpp
   37 CVType TypeTableCollection::getType(TypeIndex Index) {

References

include/llvm/DebugInfo/CodeView/TypeCollection.h
   39       Func(N, getType(N));
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  161     CVType Type = Types.getType(*I);
lib/DebugInfo/CodeView/RecordName.cpp
  251   CVType Record = Types.getType(Index);
tools/lld/COFF/PDB.cpp
  684       CVType funcIdData = iDTable.getType(*ti);