Home
last modified time | relevance | path

Searched defs:writeIgotPlt (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp189 void SystemZ::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in SystemZ
H A DX86.cpp176 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in X86
H A DLoongArch.cpp315 void LoongArch::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in LoongArch
H A DAArch64.cpp277 void AArch64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in AArch64
H A DX86_64.cpp422 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in X86_64
H A DARM.cpp210 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in ARM
H A DRISCV.cpp215 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { writeIgotPlt() function in RISCV
/llvm-project/lld/ELF/
H A DTarget.h39 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} writeIgotPlt() function