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

References

lib/DebugInfo/CodeView/TypeHashing.cpp
   48     auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes;
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  419       bool Success = (Ref.Kind == TiRefKind::IndexRef) ? remapItemIndex(TI)
tools/lld/COFF/PDB.cpp
  596     bool isItemIndex = ref.Kind == TiRefKind::IndexRef;
tools/llvm-pdbutil/TypeReferenceTracker.cpp
  121       addOneTypeRef(Ref.Kind, RefTI);