Lines Matching full:addend
130 /// Addend - the relocation addend encoded in the instruction itself. Also
132 int64_t Addend; variable
152 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry() argument
153 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
156 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
158 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
161 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
163 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
166 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
170 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()
181 int64_t Addend; variable
183 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), in RelocationValueRef()
188 Addend == Other.Addend && SymbolName == Other.SymbolName;
195 if (Addend != Other.Addend)
196 return Addend < Other.Addend;