Home
last modified time | relevance | path

Searched refs:nextIS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp51 InputSection *nextIS) const override;
188 InputSection *nextIS, Relocation &r) { in isFallThruRelocation() argument
198 nextIS->getOutputSection()->addr + nextIS->outSecOff; in isFallThruRelocation()
250 InputSection *nextIS) const { in deleteFallThruJmpInsn()
253 if (nextIS == nullptr) in deleteFallThruJmpInsn()
273 if (isFallThruRelocation(is, file, nextIS, r)) { in deleteFallThruJmpInsn()
300 if (!isFallThruRelocation(is, file, nextIS, rB)) in deleteFallThruJmpInsn()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h114 InputSection *nextIS) const { in deleteFallThruJmpInsn() argument