Searched refs:FixedValue (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMachObjectWriter.cpp | 51 FixedValue); in recordRelocation() 194 unsigned Log2Size, uint64_t &FixedValue) { in recordScatteredRelocation() argument 215 FixedValue += SecAddr; in recordScatteredRelocation() 263 FixedValue &= 0xffff; in recordScatteredRelocation() 266 other_half = FixedValue & 0xffff; in recordScatteredRelocation() 267 FixedValue = in recordScatteredRelocation() 268 ((FixedValue >> 16) + ((FixedValue & 0x8000) ? 1 : 0)) & 0xffff; in recordScatteredRelocation() 271 other_half = FixedValue & 0xffff; in recordScatteredRelocation() 272 FixedValue = (FixedValue >> 16) & 0xffff; in recordScatteredRelocation() 304 uint64_t &FixedValue) { in RecordPPCRelocation() argument [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 59 uint64_t &FixedValue) override; 174 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation() 216 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 220 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 230 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMScatteredHalfRelocation() 287 FixedValue += SecAddr; in RecordARMScatteredRelocation() 442 FixedValue = Res; in recordRelocation() 449 FixedValue)) { in recordRelocation() 456 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation() 488 Value = (FixedValue >> 16) & 0xffff; in recordRelocation() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 66 FixedValue); in recordRelocation() 69 FixedValue); in recordRelocation() 106 uint64_t &FixedValue) { in RecordX86_64Relocation() argument 258 FixedValue = Res; in RecordX86_64Relocation() 355 FixedValue = Value; in RecordX86_64Relocation() 391 FixedValue += SecAddr; in recordScatteredRelocation() 489 FixedValue = FixupAddress - in recordTLVPRelocation() 492 FixedValue += 1ULL << Log2Size; in recordTLVPRelocation() 494 FixedValue = 0; in recordTLVPRelocation() 519 FixedValue); in RecordX86Relocation() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 47 uint64_t &FixedValue) override; 155 uint64_t &FixedValue) { in recordRelocation() argument 171 FixedValue += FixupOffset; in recordRelocation() 177 FixedValue = 0; in recordRelocation() 397 FixedValue = Value; in recordRelocation()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 77 uint64_t &FixedValue) = 0; 238 unsigned Log2Size, uint64_t &FixedValue); 242 MCValue Target, uint64_t &FixedValue); 246 MCValue Target, uint64_t &FixedValue) override;
|
| H A D | MCObjectWriter.h | 72 uint64_t &FixedValue) = 0;
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 719 uint64_t FixedValue; in handleFixup() local 721 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue, in handleFixup() 738 FixedValue); in handleFixup() 742 FixedValue); in handleFixup() 745 FixedValue); in handleFixup() 748 return std::make_tuple(Target, FixedValue, IsResolved); in handleFixup() 832 uint64_t FixedValue; in layout() local 835 std::tie(Target, FixedValue, IsResolved) = in layout() 837 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue, in layout()
|
| H A D | WinCOFFObjectWriter.cpp | 206 MCValue Target, uint64_t &FixedValue) override; 701 uint64_t &FixedValue) { in recordRelocation() argument 744 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation() 746 FixedValue = Target.getConstant(); in recordRelocation() 761 FixedValue += Layout.getSymbolOffset(A); in recordRelocation() 781 FixedValue += 4; in recordRelocation() 816 FixedValue = FixedValue + 4; in recordRelocation() 823 FixedValue = 0; in recordRelocation()
|
| H A D | ELFObjectWriter.cpp | 272 MCValue Target, uint64_t &FixedValue) override; 1412 uint64_t &FixedValue) { in recordRelocation() argument 1486 FixedValue = C; in recordRelocation()
|
| H A D | MachObjectWriter.cpp | 456 uint64_t &FixedValue) { in recordRelocation() argument 458 Target, FixedValue); in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 283 MCValue Target, uint64_t &FixedValue) override; 418 uint64_t &FixedValue) { in recordRelocation() argument 486 FixedValue = 0; in recordRelocation()
|