Searched refs:branchAddr (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC.cpp | 46 uint64_t branchAddr, const Symbol &s, 200 uint64_t branchAddr, const Symbol &s, int64_t a) const { in needsThunk() argument 207 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() 328 return !inBranchRange(type, branchAddr, dst + a); in needsThunk()
|
| H A D | AArch64.cpp | 42 uint64_t branchAddr, const Symbol &s, 256 uint64_t branchAddr, const Symbol &s, in needsThunk() argument 271 return !inBranchRange(type, branchAddr, dst); in needsThunk()
|
| H A D | PPC64.cpp | 377 uint64_t branchAddr, const Symbol &s, 1371 uint64_t branchAddr, const Symbol &s, int64_t a) const { in needsThunk() argument 1398 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
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.cpp | 132 uint64_t branchAddr, const Symbol &s, in needsThunk() argument
|
| H A D | Target.h | 66 const InputFile *file, uint64_t branchAddr,
|