Home
last modified time | relevance | path

Searched refs:isGnuIFunc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DTargetImpl.h52 if (!target || target->isPreemptible || target->isGnuIFunc() || in applyBranchToBranchOptImpl()
H A DLoongArch.cpp818 rHi20.sym->isPreemptible || rHi20.sym->isGnuIFunc() || in relaxPCHi20Lo12()
1180 rHi20.sym->isPreemptible || rHi20.sym->isGnuIFunc()) in tryGotToPCRel()
H A DAArch64.cpp870 adrpRel.sym->isPreemptible || adrpRel.sym->isGnuIFunc()) in tryRelaxAdrpLdr()
H A DPPC64.cpp402 assert(!d->isGnuIFunc()); in tryRelaxPPC64TocIndirection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h364 bool isGnuIFunc() const { return type == llvm::ELF::STT_GNU_IFUNC; } in isGnuIFunc() function
H A DRelocations.cpp1060 const bool isIfunc = sym.isGnuIFunc(); in processAux()
1797 if (!sym.isGnuIFunc() || sym.isPreemptible || ctx.arg.zIfuncNoplt) in handleNonPreemptibleIfunc()