Lines Matching refs:getAddend
451 assert(E.getAddend() == 0 && "Branch32 edge has non-zero addend?"); in fixExternalBranchEdge()
557 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup()
575 uint64_t Value = E.getTarget().getAddress() + E.getAddend(); in applyFixup()
583 uint64_t Value = E.getTarget().getAddress() + E.getAddend(); in applyFixup()
589 assert((E.getKind() != GOTPage21 || E.getAddend() == 0) && in applyFixup()
592 (E.getTarget().getAddress() + E.getAddend()) & in applyFixup()
611 (E.getTarget().getAddress() + E.getAddend()) & 0xfff; in applyFixup()
625 assert(E.getAddend() == 0 && "GOTPAGEOF12 with non-zero addend"); in applyFixup()
640 assert(E.getAddend() == 0 && "LDRLiteral19 with non-zero addend"); in applyFixup()
661 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup()
663 Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup()