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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  355     CV_ENUM_CLASS_ENT(PointerKind, Far32),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   81     ENUM_ENTRY(PointerKind, Far32),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  273   IO.enumCase(Kind, "Far32", PointerKind::Far32);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  177     RETURN_CASE(PointerKind, Far32, "far ptr32");