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

References

lib/DebugInfo/CodeView/TypeTableCollection.cpp
   43   if (Index.isNoneType() || Index.isSimple())
   43   if (Index.isNoneType() || Index.isSimple())
   44     return TypeIndex::simpleTypeName(Index);
   46   uint32_t I = Index.toArrayIndex();
   48     StringRef Result = NameStorage.save(computeTypeName(*this, Index));