Home
last modified time | relevance | path

Searched refs:branchAddr (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC.cpp46 uint64_t branchAddr, const Symbol &s,
199 uint64_t branchAddr, const Symbol &s, int64_t a) const { in needsThunk() argument
206 return !PPC::inBranchRange(type, branchAddr, s.getVA(a)); in needsThunk()
H A DARM.cpp39 uint64_t branchAddr, const Symbol &s,
295 uint64_t branchAddr, const Symbol &s, in needsThunk() argument
317 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk()
329 return !inBranchRange(type, branchAddr, dst + a) || in needsThunk()
H A DAArch64.cpp44 uint64_t branchAddr, const Symbol &s,
278 uint64_t branchAddr, const Symbol &s, in needsThunk() argument
293 return !inBranchRange(type, branchAddr, dst); in needsThunk()
H A DPPC64.cpp171 uint64_t branchAddr, const Symbol &s,
1395 uint64_t branchAddr, const Symbol &s, int64_t a) const { in needsThunk() argument
1422 return !inBranchRange(type, branchAddr, in needsThunk()
H A DMips.cpp37 uint64_t branchAddr, const Symbol &s,
359 uint64_t branchAddr, const Symbol &s, in needsThunk() argument
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.cpp132 uint64_t branchAddr, const Symbol &s, in needsThunk() argument
H A DTarget.h67 const InputFile *file, uint64_t branchAddr,