Lines Matching refs:FixupAddress
132 orc::ExecutorAddr FixupAddress, const char *FixupContent, in parsePairRelocation() argument
197 if (ToSymbol->getAddress() > FixupAddress) in parsePairRelocation()
199 else if (FromSymbol->getAddress() > FixupAddress) in parsePairRelocation()
219 Addend = FixupValue + (FixupAddress - FromSymbol->getAddress()); in parsePairRelocation()
225 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()
278 orc::ExecutorAddr FixupAddress = in addRelocations() local
288 auto SymbolToFixOrErr = findSymbolByAddress(*NSec, FixupAddress); in addRelocations()
294 if (FixupAddress + orc::ExecutorAddrDiff(1ULL << RI.r_length) > in addRelocations()
303 (FixupAddress - BlockToFix->getAddress()); in addRelocations()
317 formatv("{0:x16}", FixupAddress)); in addRelocations()
341 if (PairedFixupAddress != FixupAddress) in addRelocations()
460 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
474 Edge GE(Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol, in addRelocations()
479 BlockToFix->addEdge(Kind, FixupAddress - BlockToFix->getAddress(), in addRelocations()