Home
last modified time | relevance | path

Searched refs:writeIgotPlt (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
188 void SystemZ::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in SystemZ
H A DX86.cpp32 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
181 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86
H A DAArch64.cpp72 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
375 void AArch64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in AArch64
H A DX86_64.cpp36 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
438 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86_64
H A DLoongArch.cpp31 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
338 void LoongArch::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in LoongArch
H A DRISCV.cpp37 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
215 void RISCV::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in RISCV
H A DARM.cpp37 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
213 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h40 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
H A DSyntheticSections.cpp1282 ctx.target->writeIgotPlt(buf, *b); in writeTo()