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

Declarations

include/llvm/DebugInfo/CodeView/TypeIndex.h
  263   static StringRef simpleTypeName(TypeIndex TI);

References

include/llvm/DebugInfo/CodeView/Formatters.h
   58         Stream << " (" << codeview::TypeIndex::simpleTypeName(V) << ")";
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  122         TypeName = TypeIndex::simpleTypeName(TI);
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  115     return TypeIndex::simpleTypeName(Index);
lib/DebugInfo/CodeView/TypeIndex.cpp
   97       TypeName = TypeIndex::simpleTypeName(TI);
lib/DebugInfo/CodeView/TypeTableCollection.cpp
   44     return TypeIndex::simpleTypeName(Index);