Searched refs:branchAddr (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/lld/ELF/Arch/ |
H A D | PPC.cpp | 46 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 D | ARM.cpp | 39 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 D | AArch64.cpp | 44 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 D | PPC64.cpp | 171 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 D | Mips.cpp | 37 uint64_t branchAddr, const Symbol &s, 359 uint64_t branchAddr, const Symbol &s, in needsThunk() argument
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | Target.cpp | 132 uint64_t branchAddr, const Symbol &s, in needsThunk() argument
|
H A D | Target.h | 67 const InputFile *file, uint64_t branchAddr,
|