Searched refs:writeIgotPlt (Results 1 – 5 of 5) sorted by relevance
33 void writeIgotPlt(uint8_t *Buf, const Symbol &S) const override;177 void X86::writeIgotPlt(uint8_t *Buf, const Symbol &S) const { in writeIgotPlt() function in X86
35 void writeIgotPlt(uint8_t *Buf, const Symbol &S) const override;158 void ARM::writeIgotPlt(uint8_t *Buf, const Symbol &S) const { in writeIgotPlt() function in ARM
146 void TargetInfo::writeIgotPlt(uint8_t *Buf, const Symbol &S) const { in writeIgotPlt() function in TargetInfo
34 virtual void writeIgotPlt(uint8_t *Buf, const Symbol &S) const;
1147 Target->writeIgotPlt(Buf, *B); in writeTo()