Lines Matching full:addend
90 /// Addend - the relocation addend encoded in the instruction itself. Also
92 int64_t Addend; variable
112 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry() argument
113 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
116 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
118 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
121 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
123 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
126 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
130 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()
141 int64_t Addend; variable
143 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), in RelocationValueRef()
148 Addend == Other.Addend && SymbolName == Other.SymbolName;
155 if (Addend != Other.Addend)
156 return Addend < Other.Addend;