Searched defs:writeGotPlt (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp180 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:X86
437 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:IntelIBT
510 void RetpolinePic::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:RetpolinePic
564 void RetpolineNoPic::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:RetpolineNoPic
H A DAArch64.cpp196 void AArch64::writeGotPlt(uint8_t *buf, const Symbol &) const { function in class:AArch64
H A DARM.cpp171 void ARM::writeGotPlt(uint8_t *buf, const Symbol &) const { function in class:ARM
H A DMips.cpp209 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { function in class:MIPS
H A DPPC.cpp193 void PPC::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:PPC
H A DRISCV.cpp143 void RISCV::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:RISCV
H A DX86_64.cpp376 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:X86_64
916 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:IntelIBT
987 void Retpoline::writeGotPlt(uint8_t *buf, const Symbol &s) const { function in class:Retpoline
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h34 virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}; function in class:lld::elf::TargetInfo

Completed in 67 milliseconds