Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/
HDSymbols.h367 bool isGnuIFunc() const { return type == llvm::ELF::STT_GNU_IFUNC; } in isGnuIFunc() function
HDRelocations.cpp1059 const bool isIfunc = sym.isGnuIFunc(); in processAux()
1723 if (!sym.isGnuIFunc() || sym.isPreemptible || config->zIfuncNoplt) in handleNonPreemptibleIfunc()
/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDAArch64.cpp814 adrpRel.sym->isPreemptible || adrpRel.sym->isGnuIFunc()) in tryRelaxAdrpLdr()
HDPPC64.cpp404 assert(!d->isGnuIFunc()); in tryRelaxPPC64TocIndirection()