Lines Matching refs:getAddress
175 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation()
184 Addend = FixupValue + (FixupAddress - FromSymbol->getAddress()); in parsePairRelocation()
190 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()
209 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations()
261 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations()
267 (FixupAddress - BlockToFix->getAddress()); in addRelocations()
269 size_t FixupOffset = FixupAddress - BlockToFix->getAddress(); in addRelocations()
355 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
380 Addend = TargetAddress - TargetSymbol->getAddress() - 4; in addRelocations()
400 Addend = TargetAddress - TargetSymbol->getAddress() - Delta; in addRelocations()
424 Edge GE(Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol, in addRelocations()
429 BlockToFix->addEdge(Kind, FixupAddress - BlockToFix->getAddress(), in addRelocations()