Searched refs:FinalOffset (Results 1 – 8 of 8) sorted by relevance
63 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local66 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
51 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local54 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
35 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local38 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()
948 const uint64_t FinalOffset = Asm.getFragmentOffset(F); in finishLayout() local950 assert(OrigOffset + OrigSize == FinalOffset + FinalSize && in finishLayout()
2626 int64_t FinalOffset = OffsetMO->getImm() + Offset / 8; in reMaterialize() local2627 OffsetMO->setImm(FinalOffset); in reMaterialize()