Lines Matching refs:FixupAddress
131 orc::ExecutorAddr FixupAddress, const char *FixupContent, in parsePairRelocation() argument
193 Addend = FixupValue + (FixupAddress - FromSymbol->getAddress()); in parsePairRelocation()
199 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()
257 orc::ExecutorAddr FixupAddress = in addRelocations() local
267 auto SymbolToFixOrErr = findSymbolByAddress(*NSec, FixupAddress); in addRelocations()
273 if (FixupAddress + orc::ExecutorAddrDiff(1ULL << RI.r_length) > in addRelocations()
282 (FixupAddress - BlockToFix->getAddress()); in addRelocations()
296 formatv("{0:x16}", FixupAddress)); in addRelocations()
320 if (PairedFixupAddress != FixupAddress) in addRelocations()
439 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
453 Edge GE(Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol, in addRelocations()
458 BlockToFix->addEdge(Kind, FixupAddress - BlockToFix->getAddress(), in addRelocations()