reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes;
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp281 Refs.push_back({TiRefKind::IndexRef, 0, 1}); 288 Refs.push_back({TiRefKind::IndexRef, 0, 1}); 293 Refs.push_back({TiRefKind::IndexRef, 4, Count}); 298 Refs.push_back({TiRefKind::IndexRef, 2, Count}); 302 Refs.push_back({TiRefKind::IndexRef, 4, 1}); 370 Refs.push_back({TiRefKind::IndexRef, 24, 1}); // LF_FUNC_ID 384 Refs.push_back({TiRefKind::IndexRef, 0, 1}); // Compile flags 414 Refs.push_back({TiRefKind::IndexRef, 4, Count}); // Callees 417 Refs.push_back({TiRefKind::IndexRef, 8, 1}); // ID of inlineelib/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.cpp91 (Ids && RefKind == TiRefKind::IndexRef) ? IdReferenced : TypeReferenced; 130 Optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef)