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

References

lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  474   MethodKind K = Method.getMethodKind();
  475   printMemberAttributes(Method.getAccess(), K, Method.getOptions());
  475   printMemberAttributes(Method.getAccess(), K, Method.getOptions());
  476   printTypeIndex("Type", Method.getType());
  478   if (Method.isIntroducingVirtual())
  479     W->printHex("VFTableOffset", Method.getVFTableOffset());
  480   W->printString("Name", Method.getName());