Lines Matching full:addend
136 /// Addend - the relocation addend encoded in the instruction itself. Also
138 int64_t Addend; variable
158 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry() argument
159 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
162 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
164 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
167 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
169 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
172 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
176 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()
187 int64_t Addend; variable
189 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), in RelocationValueRef()
194 Addend == Other.Addend && SymbolName == Other.SymbolName;
201 if (Addend != Other.Addend)
202 return Addend < Other.Addend;