Home
last modified time | relevance | path

Searched refs:FinalOffset (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp63 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local
66 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp63 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local
66 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp51 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local
54 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp35 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local
38 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp397 uint64_t FinalOffset = Patch.RefDieIdxOrClonedOffset; in applyPatches() local
407 FinalOffset += ReferencedSectionDescriptor.StartOffset; in applyPatches()
410 Section.apply(Patch.PatchOffset, FinalForm, FinalOffset); in applyPatches()
/src/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp391 uint64_t FinalOffset = cursor.tell(); in also_compatible_with() local
458 cursor.seek(FinalOffset); in also_compatible_with()
/src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp948 const uint64_t FinalOffset = Asm.getFragmentOffset(F); in finishLayout() local
950 assert(OrigOffset + OrigSize == FinalOffset + FinalSize && in finishLayout()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2626 int64_t FinalOffset = OffsetMO->getImm() + Offset / 8; in reMaterialize() local
2627 OffsetMO->setImm(FinalOffset); in reMaterialize()