Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp38 uint64_t &FixedValue);
44 uint64_t &FixedValue);
49 const MCSymbol &S, uint64_t FixedValue);
58 uint64_t &FixedValue) override;
146 uint64_t &FixedValue) { in RecordARMScatteredHalfRelocation() argument
173 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation()
188 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
215 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation()
219 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation()
229 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMScatteredHalfRelocation()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp34 uint64_t &FixedValue);
41 uint64_t &FixedValue);
49 uint64_t &FixedValue);
53 MCValue Target, uint64_t &FixedValue);
62 uint64_t &FixedValue) override { in recordRelocation() argument
65 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()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp212 MCValue Target, uint64_t &FixedValue) override;
718 uint64_t &FixedValue) { in recordRelocation() argument
761 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation()
763 FixedValue = Target.getConstant(); in recordRelocation()
778 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
802 FixedValue += 4; in recordRelocation()
837 FixedValue = FixedValue + 4; in recordRelocation()
844 FixedValue = 0; in recordRelocation()
DMCAssembler.cpp787 uint64_t FixedValue; in handleFixup() local
789 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue, in handleFixup()
795 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in handleFixup()
797 return std::make_tuple(Target, FixedValue, IsResolved); in handleFixup()
914 uint64_t FixedValue; in layout() local
917 std::tie(Target, FixedValue, IsResolved) = in layout()
919 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue, in layout()
DXCOFFObjectWriter.cpp435 uint64_t &FixedValue) { in recordRelocation() argument
479 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation()
483 FixedValue = 0; in recordRelocation()
494 FixedValue = TOCEntryOffset; in recordRelocation()
535 FixedValue -= getVirtualAddress(SymB, SymBSec); in recordRelocation()
DELFObjectWriter.cpp260 MCValue Target, uint64_t &FixedValue) override;
1405 uint64_t &FixedValue) { in recordRelocation() argument
1465 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation()
1469 Addend = FixedValue; in recordRelocation()
1470 FixedValue = 0; in recordRelocation()
DMachObjectWriter.cpp466 uint64_t &FixedValue) { in recordRelocation() argument
474 Target, FixedValue); in recordRelocation()
DWasmObjectWriter.cpp279 MCValue Target, uint64_t &FixedValue) override;
439 uint64_t &FixedValue) { in recordRelocation() argument
499 FixedValue = 0; in recordRelocation()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCMachObjectWriter.h79 uint64_t &FixedValue) = 0;
240 MCValue Target, uint64_t &FixedValue) override;
DMCObjectWriter.h65 uint64_t &FixedValue) = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp623 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local
627 FixedValue); in shouldInsertFixupForCodeAlign()