Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DTarget.h35 virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {} in writeIgotPlt() function
/external/llvm-project/lld/ELF/Arch/
DARM.cpp175 void ARM::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in ARM
DX86.cpp184 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() function in X86