Searched refs:getImplicitAddend (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp37 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
187 int64_t AMDGPU::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:AMDGPU
H A DSystemZ.cpp44 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
235 int64_t SystemZ::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:SystemZ
H A DHexagon.cpp32 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
390 int64_t Hexagon::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:Hexagon
H A DX86.cpp29 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
236 int64_t X86::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:X86
H A DPPC.cpp33 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
278 int64_t PPC::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:PPC
H A DLoongArch.cpp28 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
274 int64_t LoongArch::getImplicitAddend(const uint8_t *buf, RelType type) const {
H A DX86_64.cpp42 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
708 int64_t X86_64::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:X86_64
H A DAArch64.cpp38 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
212 int64_t AArch64::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:AArch64
H A DMips.cpp30 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
382 int64_t MIPS<ELFT>::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:MIPS
H A DPPC64.cpp177 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
1112 int64_t PPC64::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:__anon1302::PPCLegacyInsn::PPC64
H A DRISCV.cpp34 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
173 int64_t RISCV::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:RISCV
H A DARM.cpp36 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
786 int64_t ARM::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:__anon1294::ARM
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp160 offset = target->getImplicitAddend(buf, R_ARM_THM_JUMP19);
162 offset = target->getImplicitAddend(buf, R_ARM_THM_JUMP24);
164 offset = target->getImplicitAddend(buf, R_ARM_THM_CALL);
H A DTarget.cpp127 int64_t TargetInfo::getImplicitAddend(const uint8_t *buf, RelType type) const { function in class:TargetInfo
H A DMarkLive.cpp78 return target->getImplicitAddend(sec.content().begin() + rel.r_offset,
H A DTarget.h40 virtual int64_t getImplicitAddend(const uint8_t *buf, RelType type) const;
H A DInputSection.cpp447 addend = target.getImplicitAddend(bufLoc, type);
925 addend += target.getImplicitAddend(bufLoc, type);
H A DOutputSections.cpp761 : target->getImplicitAddend(relocTarget, rel.type);
H A DRelocations.cpp511 return target->getImplicitAddend(buf + ri->r_offset, pairTy);
1418 : target->getImplicitAddend(

Completed in 137 milliseconds