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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  350     CV_ENUM_CLASS_ENT(PointerKind, BasedOnAddress),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   76     ENUM_ENTRY(PointerKind, BasedOnAddress),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  267   IO.enumCase(Kind, "BasedOnAddress", PointerKind::BasedOnAddress);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  172     RETURN_CASE(PointerKind, BasedOnAddress, "address based");