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

References

tools/lld/COFF/SymbolTable.cpp
   91     if (!d || !d->data || d->file != sc->file || d->getChunk() != sc ||
   91     if (!d || !d->data || d->file != sc->file || d->getChunk() != sc ||
   91     if (!d || !d->data || d->file != sc->file || d->getChunk() != sc ||
   91     if (!d || !d->data || d->file != sc->file || d->getChunk() != sc ||
   92         d->getValue() > addr ||
   93         (candidate && d->getValue() < candidate->getValue()))
   96     candidate = d;