| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 58 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() 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-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 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() 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-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 46 uint64_t &FixedValue) override; 152 uint64_t &FixedValue) { in recordRelocation() argument 168 FixedValue += FixupOffset; in recordRelocation() 174 FixedValue = 0; in recordRelocation() 398 FixedValue = Value; in recordRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 170 MCValue Target, uint64_t &FixedValue); 237 MCValue Target, uint64_t &FixedValue) override; 860 uint64_t &FixedValue) { in recordRelocation() argument 905 FixedValue = Target.getConstant(); in recordRelocation() 921 FixedValue += Layout.getSymbolOffset(A); in recordRelocation() 927 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits; in recordRelocation() 933 FixedValue -= Reloc.Symb->Data.Value; in recordRelocation() 959 FixedValue += 4; in recordRelocation() 994 FixedValue = FixedValue + 4; in recordRelocation() 1001 FixedValue = 0; in recordRelocation() [all …]
|
| H A D | MCAssembler.cpp | 803 uint64_t FixedValue; in handleFixup() local 806 evaluateFixup(Layout, Fixup, &F, Target, STI, FixedValue, WasForced); in handleFixup() 811 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in handleFixup() 813 return std::make_tuple(Target, FixedValue, IsResolved); in handleFixup() 936 uint64_t FixedValue; in layout() local 939 std::tie(Target, FixedValue, IsResolved) = in layout() 941 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue, in layout()
|
| H A D | SPIRVObjectWriter.cpp | 34 MCValue Target, uint64_t &FixedValue) override {} in recordRelocation() argument
|
| H A D | XCOFFObjectWriter.cpp | 649 uint64_t &FixedValue) { in recordRelocation() argument 704 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation() 708 FixedValue = 0; in recordRelocation() 717 FixedValue = 0; in recordRelocation() 727 FixedValue = TOCEntryOffset; in recordRelocation() 741 FixedValue = getVirtualAddress(SymA, SymASec) - BRInstrAddress + in recordRelocation() 746 FixedValue = 0; in recordRelocation() 781 FixedValue -= getVirtualAddress(SymB, SymBSec); in recordRelocation()
|
| H A D | MCDXContainerWriter.cpp | 40 MCValue Target, uint64_t &FixedValue) override {} in recordRelocation() argument
|
| H A D | ELFObjectWriter.cpp | 262 MCValue Target, uint64_t &FixedValue) override; 1441 uint64_t &FixedValue) { in recordRelocation() argument 1501 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation() 1505 Addend = FixedValue; in recordRelocation() 1506 FixedValue = 0; in recordRelocation()
|
| H A D | GOFFObjectWriter.cpp | 241 MCValue Target, uint64_t &FixedValue) override {} in recordRelocation() argument
|
| H A D | MachObjectWriter.cpp | 467 uint64_t &FixedValue) { in recordRelocation() argument 475 Target, FixedValue); in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 298 MCValue Target, uint64_t &FixedValue) override; 487 uint64_t &FixedValue) { in recordRelocation() argument 547 FixedValue = 0; in recordRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.cpp | 237 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local 241 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, Value, FixedValue); in shouldInsertFixupForCodeAlign() 452 uint64_t &FixedValue) const { in handleAddSubRelocations() 503 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()
|
| H A D | LoongArchAsmBackend.h | 44 uint64_t &FixedValue) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 79 uint64_t &FixedValue) = 0; 241 MCValue Target, uint64_t &FixedValue) override;
|
| H A D | MCObjectWriter.h | 69 uint64_t &FixedValue) = 0;
|
| H A D | MCAsmBackend.h | 138 uint64_t &FixedValue) const { in handleAddSubRelocations() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 592 uint64_t &FixedValue) const { in handleAddSubRelocations() 630 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations() 712 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local 716 FixedValue); in shouldInsertFixupForCodeAlign()
|
| H A D | RISCVAsmBackend.h | 58 uint64_t &FixedValue) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.cpp | 448 int64_t FixedValue = Offset.getFixed(); in eliminateFrameIndex() local 454 Offset = StackOffset::getFixed(FixedValue + NumOfVReg * VLENB); in eliminateFrameIndex()
|