Lines Matching defs:Addend
122 /// Addend - the relocation addend encoded in the instruction itself. Also
124 int64_t Addend;
154 : Offset(offset), Addend(addend), SectionID(id), RelType(type),
159 : Offset(offset), Addend(addend), SectionID(id), RelType(type),
165 : Offset(offset), Addend(addend), SectionID(id), RelType(type),
171 : Offset(offset), Addend(SectionAOffset - SectionBOffset + addend),
182 : Offset(offset), Addend(SectionAOffset - SectionBOffset + addend),
194 int64_t Addend = 0;
200 Addend == Other.Addend && SymbolName == Other.SymbolName &&
208 if (Addend != Other.Addend)
209 return Addend < Other.Addend;