Lines Matching refs:getAddend
453 assert(E.getAddend() == 0 && "Branch32 edge has non-zero addend?"); in fixPLTEdge()
539 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup()
557 uint64_t Value = E.getTarget().getAddress() + E.getAddend(); in applyFixup()
565 uint64_t Value = E.getTarget().getAddress() + E.getAddend(); in applyFixup()
571 assert((E.getKind() != GOTPage21 || E.getAddend() == 0) && in applyFixup()
574 (E.getTarget().getAddress() + E.getAddend()) & in applyFixup()
593 (E.getTarget().getAddress() + E.getAddend()) & 0xfff; in applyFixup()
607 assert(E.getAddend() == 0 && "GOTPAGEOF12 with non-zero addend"); in applyFixup()
622 assert(E.getAddend() == 0 && "LDRLiteral19 with non-zero addend"); in applyFixup()
643 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup()
645 Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup()