Lines Matching refs:SystemZ
53 case SystemZ::FK_390_U8Imm: in getAbsoluteReloc()
54 case SystemZ::FK_390_S8Imm: in getAbsoluteReloc()
56 case SystemZ::FK_390_U12Imm: in getAbsoluteReloc()
59 case SystemZ::FK_390_U16Imm: in getAbsoluteReloc()
60 case SystemZ::FK_390_S16Imm: in getAbsoluteReloc()
62 case SystemZ::FK_390_S20Imm: in getAbsoluteReloc()
65 case SystemZ::FK_390_U32Imm: in getAbsoluteReloc()
66 case SystemZ::FK_390_S32Imm: in getAbsoluteReloc()
79 case SystemZ::FK_390_U16Imm: in getPCRelReloc()
80 case SystemZ::FK_390_S16Imm: in getPCRelReloc()
83 case SystemZ::FK_390_U32Imm: in getPCRelReloc()
84 case SystemZ::FK_390_S32Imm: in getPCRelReloc()
88 case SystemZ::FK_390_PC12DBL: in getPCRelReloc()
90 case SystemZ::FK_390_PC16DBL: in getPCRelReloc()
92 case SystemZ::FK_390_PC24DBL: in getPCRelReloc()
94 case SystemZ::FK_390_PC32DBL: in getPCRelReloc()
106 auto Specifier = SystemZ::Specifier(Target.getSpecifier()); in getRelocType()
108 case SystemZ::S_INDNTPOFF: in getRelocType()
109 case SystemZ::S_NTPOFF: in getRelocType()
110 case SystemZ::S_TLSGD: in getRelocType()
111 case SystemZ::S_TLSLD: in getRelocType()
112 case SystemZ::S_TLSLDM: in getRelocType()
113 case SystemZ::S_DTPOFF: in getRelocType()
122 case SystemZ::S_None: in getRelocType()
127 case SystemZ::S_NTPOFF: in getRelocType()
138 case SystemZ::S_INDNTPOFF: in getRelocType()
139 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL) in getRelocType()
145 case SystemZ::S_DTPOFF: in getRelocType()
156 case SystemZ::S_TLSLDM: in getRelocType()
163 case SystemZ::FK_390_TLS_CALL: in getRelocType()
169 case SystemZ::S_TLSGD: in getRelocType()
176 case SystemZ::FK_390_TLS_CALL: in getRelocType()
182 case SystemZ::S_GOT: in getRelocType()
183 case SystemZ::S_GOTENT: in getRelocType()
184 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL) in getRelocType()
189 case SystemZ::S_PLT: in getRelocType()
192 case SystemZ::FK_390_PC12DBL: in getRelocType()
194 case SystemZ::FK_390_PC16DBL: in getRelocType()
196 case SystemZ::FK_390_PC24DBL: in getRelocType()
198 case SystemZ::FK_390_PC32DBL: in getRelocType()
212 case SystemZ::S_GOT: in needsRelocateWithSymbol()
213 case SystemZ::S_PLT: in needsRelocateWithSymbol()