| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 787 uint64_t FixedValue; in handleFixup() local 789 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue, in handleFixup() 806 FixedValue); in handleFixup() 810 FixedValue); in handleFixup() 813 FixedValue); in handleFixup() 816 return std::make_tuple(Target, FixedValue, IsResolved); in handleFixup() 933 uint64_t FixedValue; in layout() local 936 std::tie(Target, FixedValue, IsResolved) = in layout() 938 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue, in layout()
|
| H A 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()
|
| H A D | XCOFFObjectWriter.cpp | 412 uint64_t &FixedValue) { in recordRelocation() argument 456 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation() 460 FixedValue = 0; in recordRelocation() 471 FixedValue = TOCEntryOffset; in recordRelocation() 512 FixedValue -= getVirtualAddress(SymB, SymBSec); in recordRelocation()
|
| H A D | ELFObjectWriter.cpp | 260 MCValue Target, uint64_t &FixedValue) override; 1421 uint64_t &FixedValue) { in recordRelocation() argument 1477 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation() 1481 Addend = FixedValue; in recordRelocation() 1482 FixedValue = 0; in recordRelocation()
|
| H A D | MachObjectWriter.cpp | 466 uint64_t &FixedValue) { in recordRelocation() argument 474 Target, FixedValue); in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 279 MCValue Target, uint64_t &FixedValue) override; 439 uint64_t &FixedValue) { in recordRelocation() argument 499 FixedValue = 0; in recordRelocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 79 uint64_t &FixedValue) = 0; 240 MCValue Target, uint64_t &FixedValue) override;
|
| H A D | MCObjectWriter.h | 65 uint64_t &FixedValue) = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 458 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local 462 FixedValue); in shouldInsertFixupForCodeAlign()
|