Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:IsPCRel

28                         const MCFixup &Fixup, bool IsPCRel) const override;
112 bool IsPCRel) const {
117 if (IsPCRel)
122 assert(!IsPCRel && "NTPOFF shouldn't be PC-relative");
126 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL)
131 assert(!IsPCRel && "DTPOFF shouldn't be PC-relative");
135 assert(!IsPCRel && "TLSLDM shouldn't be PC-relative");
139 assert(!IsPCRel && "TLSGD shouldn't be PC-relative");
143 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL)
148 assert(IsPCRel && "@PLT shouldt be PC-relative");