Searched defs:getImplicitAddend (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | AMDGPU.cpp | 208 int64_t AMDGPU::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in AMDGPU
|
H A D | Hexagon.cpp | 402 int64_t Hexagon::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in Hexagon
|
H A D | Mips.cpp | 382 int64_t MIPS<ELFT>::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in MIPS
|
H A D | PPC.cpp | 278 int64_t PPC::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in PPC
|
H A D | X86.cpp | 236 int64_t X86::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in X86
|
H A D | LoongArch.cpp | 279 int64_t LoongArch::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in LoongArch
|
H A D | AArch64.cpp | 222 int64_t AArch64::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in AArch64
|
H A D | X86_64.cpp | 711 int64_t X86_64::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in X86_64
|
H A D | ARM.cpp | 863 int64_t ARM::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in ARM
|
H A D | RISCV.cpp | 173 int64_t RISCV::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in RISCV
|
H A D | PPC64.cpp | 1112 int64_t PPC64::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in PPC64
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 128 int64_t TargetInfo::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in TargetInfo
|