reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
268 if (s.isUndefWeak() && !s.isInPlt())
tools/lld/ELF/Arch/PPC.cpp 175 if (s.isInPlt())
tools/lld/ELF/Arch/PPC64.cpp 906 if (s.isInPlt())
tools/lld/ELF/Relocations.cpp1131 if (!sym.isInPlt()) 1272 if (needsPlt(expr) && !sym.isInPlt()) 1331 if (!sym.isInPlt()) { 1711 if (!d->isInPlt() && d->section) 1738 if (rel.sym->isInPlt())tools/lld/ELF/SyntheticSections.cpp
2174 if (sym->isInPlt() && sym->needsPltAddr)
tools/lld/ELF/Thunks.cpp336 uint64_t v = s.isInPlt() ? s.getPltVA() : s.getVA(); 386 uint64_t v = s.isInPlt() ? s.getPltVA() : s.getVA(); 906 if (s.isInPlt())