Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp68 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local
71 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp68 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local
71 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp62 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() local
65 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp396 uint64_t FinalOffset = Patch.RefDieIdxOrClonedOffset; in applyPatches() local
406 FinalOffset += ReferencedSectionDescriptor.StartOffset; in applyPatches()
409 Section.apply(Patch.PatchOffset, FinalForm, FinalOffset); in applyPatches()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp417 uint64_t FinalOffset = cursor.tell(); in also_compatible_with() local
484 cursor.seek(FinalOffset); in also_compatible_with()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2632 int64_t FinalOffset = OffsetMO->getImm() + Offset / 8; in reMaterialize() local
2633 OffsetMO->setImm(FinalOffset); in reMaterialize()