Searched defs:writeIgotPlt (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lld/ELF/Arch/ | ||
H A D | SystemZ.cpp | 189 void SystemZ::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in SystemZ |
H A D | X86.cpp | 176 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in X86 |
H A D | LoongArch.cpp | 315 void LoongArch::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in LoongArch |
H A D | AArch64.cpp | 277 void AArch64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in AArch64 |
H A D | X86_64.cpp | 422 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in X86_64 |
H A D | ARM.cpp | 210 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in ARM |
H A D | RISCV.cpp | 215 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in RISCV |
/llvm-project/lld/ELF/ | ||
H A D | Target.h | 39 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} writeIgotPlt() function |