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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  345     CV_ENUM_CLASS_ENT(PointerKind, Far16),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   71     ENUM_ENTRY(PointerKind, Far16),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  262   IO.enumCase(Kind, "Far16", PointerKind::Far16);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  167     RETURN_CASE(PointerKind, Far16, "far ptr16");