Home
last modified time | relevance | path

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

/freebsd-13.1/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()
441 FixedValue = Res; in recordRelocation()
448 FixedValue)) { in recordRelocation()
455 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
487 Value = (FixedValue >> 16) & 0xffff; in recordRelocation()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A 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()
H A 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()
H A 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()
H A 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()
H A DMachObjectWriter.cpp466 uint64_t &FixedValue) { in recordRelocation() argument
474 Target, FixedValue); in recordRelocation()
H A DWasmObjectWriter.cpp279 MCValue Target, uint64_t &FixedValue) override;
439 uint64_t &FixedValue) { in recordRelocation() argument
499 FixedValue = 0; in recordRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h79 uint64_t &FixedValue) = 0;
240 MCValue Target, uint64_t &FixedValue) override;
H A DMCObjectWriter.h65 uint64_t &FixedValue) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp623 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local
627 FixedValue); in shouldInsertFixupForCodeAlign()