Lines Matching refs:SystemZ

24 class SystemZ : public TargetInfo {  class
26 SystemZ();
54 SystemZ::SystemZ() { in SystemZ() function in SystemZ
83 RelExpr SystemZ::getRelExpr(RelType type, const Symbol &s, in getRelExpr()
179 void SystemZ::writeGotHeader(uint8_t *buf) const { in writeGotHeader()
185 void SystemZ::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
189 void SystemZ::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt()
194 void SystemZ::writePltHeader(uint8_t *buf) const { in writePltHeader()
211 void SystemZ::addPltHeaderSymbols(InputSection &isec) const { in addPltHeaderSymbols()
217 void SystemZ::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
235 int64_t SystemZ::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend()
270 RelType SystemZ::getDynRel(RelType type) const { in getDynRel()
276 RelExpr SystemZ::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr()
282 int SystemZ::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip()
305 void SystemZ::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
340 void SystemZ::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
375 void SystemZ::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
417 RelExpr SystemZ::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
436 bool SystemZ::relaxOnce(int pass) const { in relaxOnce()
466 void SystemZ::relaxGot(uint8_t *loc, const Relocation &rel, in relaxGot()
481 void SystemZ::relocate(uint8_t *loc, const Relocation &rel, in relocate()
605 static SystemZ t; in getSystemZTargetInfo()