| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMMachObjectWriter.cpp | 38 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/ |
| D | X86MachObjectWriter.cpp | 34 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/ |
| D | AArch64MachObjectWriter.cpp | 46 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/ |
| D | WinCOFFObjectWriter.cpp | 212 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()
|
| D | MCAssembler.cpp | 787 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()
|
| D | XCOFFObjectWriter.cpp | 435 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()
|
| D | ELFObjectWriter.cpp | 260 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()
|
| D | MachObjectWriter.cpp | 466 uint64_t &FixedValue) { in recordRelocation() argument 474 Target, FixedValue); in recordRelocation()
|
| D | WasmObjectWriter.cpp | 279 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/ |
| D | MCMachObjectWriter.h | 79 uint64_t &FixedValue) = 0; 240 MCValue Target, uint64_t &FixedValue) override;
|
| D | MCObjectWriter.h | 65 uint64_t &FixedValue) = 0;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVAsmBackend.cpp | 623 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local 627 FixedValue); in shouldInsertFixupForCodeAlign()
|