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

References

tools/lld/ELF/SyntheticSections.cpp
 2340     bool isLastInChain = (i + 1) == e || i->bucketIdx != (i + 1)->bucketIdx;
 2340     bool isLastInChain = (i + 1) == e || i->bucketIdx != (i + 1)->bucketIdx;
 2344     if (i->bucketIdx == oldBucket)
 2348     write32(buckets + i->bucketIdx,
 2350     oldBucket = i->bucketIdx;
 2394     return l.bucketIdx < r.bucketIdx;
 2394     return l.bucketIdx < r.bucketIdx;