Searched defs:writeIplt (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/ELF/Arch/ | ||
H A D | PPC.cpp | 179 void PPC::writeIplt(uint8_t *buf, const Symbol &sym, writeIplt() function in PPC |
H A D | PPC64.cpp | 1169 void PPC64::writeIplt(uint8_t *buf, const Symbol &sym, writeIplt() function in PPC64 |
/llvm-project/lld/ELF/ | ||
H A D | Target.h | 50 virtual void writeIplt(uint8_t *buf, const Symbol &sym, writeIplt() function |