Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h349 bool isGnuIFunc() const { return type == llvm::ELF::STT_GNU_IFUNC; } in isGnuIFunc() function
H A DRelocations.cpp1055 const bool isIfunc = sym.isGnuIFunc(); in processAux()
1654 if (!sym.isGnuIFunc() || sym.isPreemptible || config->zIfuncNoplt) in handleNonPreemptibleIfunc()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp714 adrpRel.sym->isPreemptible || adrpRel.sym->isGnuIFunc()) in tryRelaxAdrpLdr()
H A DPPC64.cpp404 assert(!d->isGnuIFunc()); in tryRelaxPPC64TocIndirection()