Searched refs:writeIgotPlt (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp33 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
186 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { function in class:X86
H A DARM.cpp34 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
175 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { function in class:ARM
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h35 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} function in class:lld::elf::TargetInfo
H A DSyntheticSections.cpp1152 target->writeIgotPlt(buf, *b);

Completed in 116 milliseconds