Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
441 FixedValue = Res; in recordRelocation()
448 FixedValue)) { in recordRelocation()
455 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
487 Value = (FixedValue >> 16) & 0xffff; in recordRelocation()
[all …]
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp46 uint64_t &FixedValue) override;
154 uint64_t &FixedValue) { in recordRelocation() argument
170 FixedValue += FixupOffset; in recordRelocation()
176 FixedValue = 0; in recordRelocation()
400 FixedValue = Value; in recordRelocation()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp215 MCValue Target, uint64_t &FixedValue) override;
699 uint64_t &FixedValue) { in recordRelocation() argument
742 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation()
744 FixedValue = Target.getConstant(); in recordRelocation()
760 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
766 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits; in recordRelocation()
772 FixedValue -= Reloc.Symb->Data.Value; in recordRelocation()
798 FixedValue += 4; in recordRelocation()
833 FixedValue = FixedValue + 4; in recordRelocation()
840 FixedValue = 0; in recordRelocation()
H A DMCAssembler.cpp796 uint64_t FixedValue; in handleFixup() local
798 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue, in handleFixup()
804 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in handleFixup()
806 return std::make_tuple(Target, FixedValue, IsResolved); in handleFixup()
923 uint64_t FixedValue; in layout() local
926 std::tie(Target, FixedValue, IsResolved) = in layout()
928 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue, in layout()
H A DSPIRVObjectWriter.cpp33 MCValue Target, uint64_t &FixedValue) override {} in recordRelocation() argument
H A DXCOFFObjectWriter.cpp519 uint64_t &FixedValue) { in recordRelocation() argument
570 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation()
574 FixedValue = 0; in recordRelocation()
585 FixedValue = TOCEntryOffset; in recordRelocation()
625 FixedValue -= getVirtualAddress(SymB, SymBSec); in recordRelocation()
H A DMCDXContainerWriter.cpp40 MCValue Target, uint64_t &FixedValue) override {} in recordRelocation() argument
H A DELFObjectWriter.cpp256 MCValue Target, uint64_t &FixedValue) override;
1391 uint64_t &FixedValue) { in recordRelocation() argument
1451 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation()
1455 Addend = FixedValue; in recordRelocation()
1456 FixedValue = 0; in recordRelocation()
H A DMachObjectWriter.cpp468 uint64_t &FixedValue) { in recordRelocation() argument
476 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()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h79 uint64_t &FixedValue) = 0;
240 MCValue Target, uint64_t &FixedValue) override;
H A DMCObjectWriter.h69 uint64_t &FixedValue) = 0;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp626 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local
630 FixedValue); in shouldInsertFixupForCodeAlign()