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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  347     CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegment),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   73     ENUM_ENTRY(PointerKind, BasedOnSegment),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  264   IO.enumCase(Kind, "BasedOnSegment", PointerKind::BasedOnSegment);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  169     RETURN_CASE(PointerKind, BasedOnSegment, "segment based");