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

References

tools/lld/ELF/InputSection.cpp
 1049     if (rel.sym->isLocal())
 1053     if (rel.sym->getName().startswith("__morestack")) {
 1054       if (rel.sym->getName().equals("__morestack"))
 1055         morestackCalls.push_back(&rel);
 1062     if (rel.sym->type != STT_FUNC)
 1070     if (Defined *d = dyn_cast<Defined>(rel.sym))
 1075     if (enclosingPrologueAttempted(rel.offset, prologues))
 1078     if (Defined *f = getEnclosingFunction<ELFT>(rel.offset)) {
 1085               " (with -fsplit-stack) calls " + rel.sym->getName() +