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

Declarations

include/llvm/DebugInfo/CodeView/TypeIndex.h
  277 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  100   codeview::printTypeIndex(W, FieldName, TI, Types);
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  162   codeview::printTypeIndex(*W, FieldName, TI, TpiTypes);
  166   codeview::printTypeIndex(*W, FieldName, TI, getSourceTypes());
tools/llvm-readobj/COFFDumper.cpp
  132     codeview::printTypeIndex(Writer, FieldName, TI, Types);