Lines Matching refs:getAddress
157 FixupValue -= ToSymbol->getAddress(); in parsePairRelocation()
166 Addend = FixupValue + (FixupAddress - FromSymbol->getAddress()); in parsePairRelocation()
171 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()
190 JITTargetAddress SectionAddress = S.getAddress(); in addRelocations()
244 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations()
250 (FixupAddress - BlockToFix->getAddress()); in addRelocations()
323 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
392 Edge GE(*Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol, in addRelocations()
398 BlockToFix->addEdge(*Kind, FixupAddress - BlockToFix->getAddress(), in addRelocations()
533 JITTargetAddress FixupAddress = B.getAddress() + E.getOffset(); in applyFixup()
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()
574 (E.getTarget().getAddress() + E.getAddend()) & in applyFixup()
593 (E.getTarget().getAddress() + E.getAddend()) & 0xfff; in applyFixup()
613 uint32_t TargetOffset = E.getTarget().getAddress() & 0xfff; in applyFixup()
625 int64_t Delta = E.getTarget().getAddress() - FixupAddress; in applyFixup()
643 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup()
645 Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup()