Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC.cpp46 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 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()
328 return !inBranchRange(type, branchAddr, dst + a); in needsThunk()
H A DAArch64.cpp42 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 DPPC64.cpp377 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 DMips.cpp37 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 DTarget.cpp132 uint64_t branchAddr, const Symbol &s, in needsThunk() argument
H A DTarget.h66 const InputFile *file, uint64_t branchAddr,