Searched refs:FinalOffset (Results 1 – 7 of 7) sorted by relevance
63 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local66 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
31 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local34 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
40 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local43 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
397 uint64_t FinalOffset = Patch.RefDieIdxOrClonedOffset; in applyPatches() local407 FinalOffset += ReferencedSectionDescriptor.StartOffset; in applyPatches()410 Section.apply(Patch.PatchOffset, FinalForm, FinalOffset); in applyPatches()
391 uint64_t FinalOffset = cursor.tell(); in also_compatible_with() local458 cursor.seek(FinalOffset); in also_compatible_with()
947 const uint64_t FinalOffset = Layout.getFragmentOffset(&F); in finishLayout() local949 assert(OrigOffset + OrigSize == FinalOffset + FinalSize && in finishLayout()
2575 int64_t FinalOffset = OffsetMO->getImm() + Offset / 8; in reMaterialize() local2576 OffsetMO->setImm(FinalOffset); in reMaterialize()