Home
last modified time | relevance | path

Searched refs:FixedValue (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp58 uint64_t &FixedValue) override;
173 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation()
215 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation()
219 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation()
229 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMScatteredHalfRelocation()
286 FixedValue += SecAddr; in RecordARMScatteredRelocation()
442 FixedValue = Res; in recordRelocation()
449 FixedValue)) { in recordRelocation()
456 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
488 Value = (FixedValue >> 16) & 0xffff; in recordRelocation()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp65 FixedValue); in recordRelocation()
68 FixedValue); in recordRelocation()
105 uint64_t &FixedValue) { in RecordX86_64Relocation() argument
257 FixedValue = Res; in RecordX86_64Relocation()
353 FixedValue = Value; in RecordX86_64Relocation()
389 FixedValue += SecAddr; in recordScatteredRelocation()
487 FixedValue = FixupAddress - in recordTLVPRelocation()
490 FixedValue += 1ULL << Log2Size; in recordTLVPRelocation()
492 FixedValue = 0; in recordTLVPRelocation()
517 FixedValue); in RecordX86Relocation()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp46 uint64_t &FixedValue) override;
152 uint64_t &FixedValue) { in recordRelocation() argument
168 FixedValue += FixupOffset; in recordRelocation()
174 FixedValue = 0; in recordRelocation()
398 FixedValue = Value; in recordRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp170 MCValue Target, uint64_t &FixedValue);
237 MCValue Target, uint64_t &FixedValue) override;
860 uint64_t &FixedValue) { in recordRelocation() argument
905 FixedValue = Target.getConstant(); in recordRelocation()
921 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
927 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits; in recordRelocation()
933 FixedValue -= Reloc.Symb->Data.Value; in recordRelocation()
959 FixedValue += 4; in recordRelocation()
994 FixedValue = FixedValue + 4; in recordRelocation()
1001 FixedValue = 0; in recordRelocation()
[all …]
H A DMCAssembler.cpp803 uint64_t FixedValue; in handleFixup() local
806 evaluateFixup(Layout, Fixup, &F, Target, STI, FixedValue, WasForced); in handleFixup()
811 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in handleFixup()
813 return std::make_tuple(Target, FixedValue, IsResolved); in handleFixup()
936 uint64_t FixedValue; in layout() local
939 std::tie(Target, FixedValue, IsResolved) = in layout()
941 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue, in layout()
H A DSPIRVObjectWriter.cpp34 MCValue Target, uint64_t &FixedValue) override {} in recordRelocation() argument
H A DXCOFFObjectWriter.cpp649 uint64_t &FixedValue) { in recordRelocation() argument
704 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation()
708 FixedValue = 0; in recordRelocation()
717 FixedValue = 0; in recordRelocation()
727 FixedValue = TOCEntryOffset; in recordRelocation()
741 FixedValue = getVirtualAddress(SymA, SymASec) - BRInstrAddress + in recordRelocation()
746 FixedValue = 0; in recordRelocation()
781 FixedValue -= getVirtualAddress(SymB, SymBSec); in recordRelocation()
H A DMCDXContainerWriter.cpp40 MCValue Target, uint64_t &FixedValue) override {} in recordRelocation() argument
H A DELFObjectWriter.cpp262 MCValue Target, uint64_t &FixedValue) override;
1441 uint64_t &FixedValue) { in recordRelocation() argument
1501 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation()
1505 Addend = FixedValue; in recordRelocation()
1506 FixedValue = 0; in recordRelocation()
H A DGOFFObjectWriter.cpp241 MCValue Target, uint64_t &FixedValue) override {} in recordRelocation() argument
H A DMachObjectWriter.cpp467 uint64_t &FixedValue) { in recordRelocation() argument
475 Target, FixedValue); in recordRelocation()
H A DWasmObjectWriter.cpp298 MCValue Target, uint64_t &FixedValue) override;
487 uint64_t &FixedValue) { in recordRelocation() argument
547 FixedValue = 0; in recordRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp237 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local
241 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, Value, FixedValue); in shouldInsertFixupForCodeAlign()
452 uint64_t &FixedValue) const { in handleAddSubRelocations()
503 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()
H A DLoongArchAsmBackend.h44 uint64_t &FixedValue) const override;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h79 uint64_t &FixedValue) = 0;
241 MCValue Target, uint64_t &FixedValue) override;
H A DMCObjectWriter.h69 uint64_t &FixedValue) = 0;
H A DMCAsmBackend.h138 uint64_t &FixedValue) const { in handleAddSubRelocations() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp592 uint64_t &FixedValue) const { in handleAddSubRelocations()
630 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()
712 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local
716 FixedValue); in shouldInsertFixupForCodeAlign()
H A DRISCVAsmBackend.h58 uint64_t &FixedValue) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp448 int64_t FixedValue = Offset.getFixed(); in eliminateFrameIndex() local
454 Offset = StackOffset::getFixed(FixedValue + NumOfVReg * VLENB); in eliminateFrameIndex()