Searched defs:getImplicitAddend (Results 1 – 13 of 13) sorted by relevance
/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 | 390 int64_t Hexagon::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in Hexagon
|
H A D | SystemZ.cpp | 235 int64_t SystemZ::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend() function in SystemZ
|
H A D | Mips.cpp | 382 int64_t MIPS<ELFT>::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in MIPS
|
H A D | PPC.cpp | 278 int64_t PPC::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in PPC
|
H A D | X86.cpp | 236 int64_t X86::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in X86
|
H A D | LoongArch.cpp | 278 int64_t LoongArch::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in LoongArch
|
H A D | AArch64.cpp | 222 int64_t AArch64::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in AArch64
|
H A D | X86_64.cpp | 711 int64_t X86_64::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in X86_64
|
H A D | ARM.cpp | 856 int64_t ARM::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in ARM
|
H A D | RISCV.cpp | 173 int64_t RISCV::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in RISCV
|
H A D | PPC64.cpp | 1112 int64_t PPC64::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in PPC64
|
/llvm-project/lld/ELF/ |
H A D | Target.cpp | 128 int64_t TargetInfo::getImplicitAddend(const uint8_t *buf, RelType type) const { getImplicitAddend() function in TargetInfo
|