Searched refs:FinalOffset (Results 1 – 6 of 6) sorted by relevance
68 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local71 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
62 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local65 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
396 uint64_t FinalOffset = Patch.RefDieIdxOrClonedOffset; in applyPatches() local406 FinalOffset += ReferencedSectionDescriptor.StartOffset; in applyPatches()409 Section.apply(Patch.PatchOffset, FinalForm, FinalOffset); in applyPatches()
417 uint64_t FinalOffset = cursor.tell(); in also_compatible_with() local484 cursor.seek(FinalOffset); in also_compatible_with()
2632 int64_t FinalOffset = OffsetMO->getImm() + Offset / 8; in reMaterialize() local2633 OffsetMO->setImm(FinalOffset); in reMaterialize()