/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | AMDGPU.cpp | 38 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 208 int64_t AMDGPU::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in AMDGPU
|
H A D | Hexagon.cpp | 32 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 402 int64_t Hexagon::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in Hexagon
|
H A D | PPC.cpp | 33 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 278 int64_t PPC::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in PPC
|
H A D | X86.cpp | 29 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 236 int64_t X86::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in X86
|
H A D | LoongArch.cpp | 29 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 279 int64_t LoongArch::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in LoongArch
|
H A D | Mips.cpp | 30 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 382 int64_t MIPS<ELFT>::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in MIPS
|
H A D | X86_64.cpp | 42 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 711 int64_t X86_64::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in X86_64
|
H A D | AArch64.cpp | 38 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 222 int64_t AArch64::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in AArch64
|
H A D | PPC64.cpp | 177 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 1112 int64_t PPC64::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in PPC64
|
H A D | RISCV.cpp | 34 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 173 int64_t RISCV::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in RISCV
|
H A D | ARM.cpp | 36 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override; 863 int64_t ARM::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in ARM
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ARMErrataFix.cpp | 160 offset = target->getImplicitAddend(buf, R_ARM_THM_JUMP19); in getThumbDestAddr() 162 offset = target->getImplicitAddend(buf, R_ARM_THM_JUMP24); in getThumbDestAddr() 164 offset = target->getImplicitAddend(buf, R_ARM_THM_CALL); in getThumbDestAddr()
|
H A D | Target.cpp | 128 int64_t TargetInfo::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in TargetInfo
|
H A D | Target.h | 40 virtual int64_t getImplicitAddend(const uint8_t *buf, RelType type) const; in getTlsGdRelaxSkip()
|
H A D | MarkLive.cpp | 78 return target->getImplicitAddend(sec.content().begin() + rel.r_offset, in getAddend()
|
H A D | InputSection.cpp | 491 addend = target.getImplicitAddend(bufLoc, type); in copyRelocations() 978 addend += target.getImplicitAddend(bufLoc, type); in relocateNonAlloc()
|
H A D | Relocations.cpp | 514 return target->getImplicitAddend(buf + ri->r_offset, pairTy); in computeMipsAddend() 1465 : target->getImplicitAddend( in scanOne()
|
H A D | OutputSections.cpp | 903 : target->getImplicitAddend(relocTarget, rel.type); in checkDynRelAddends()
|