/openbsd/gnu/llvm/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() 441 FixedValue = Res; in recordRelocation() 448 FixedValue)) { in recordRelocation() 455 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation() 487 Value = (FixedValue >> 16) & 0xffff; in recordRelocation() [all …]
|
/openbsd/gnu/llvm/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 …]
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 215 MCValue Target, uint64_t &FixedValue) override; 699 uint64_t &FixedValue) { in recordRelocation() argument 742 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation() 744 FixedValue = Target.getConstant(); in recordRelocation() 760 FixedValue += Layout.getSymbolOffset(A); in recordRelocation() 766 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits; in recordRelocation() 772 FixedValue -= Reloc.Symb->Data.Value; in recordRelocation() 798 FixedValue += 4; in recordRelocation() 833 FixedValue = FixedValue + 4; in recordRelocation() 840 FixedValue = 0; in recordRelocation()
|
H A D | MCAssembler.cpp | 796 uint64_t FixedValue; in handleFixup() local 798 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue, in handleFixup() 804 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in handleFixup() 806 return std::make_tuple(Target, FixedValue, IsResolved); in handleFixup() 923 uint64_t FixedValue; in layout() local 926 std::tie(Target, FixedValue, IsResolved) = in layout() 928 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 | 580 uint64_t &FixedValue) { in recordRelocation() argument 627 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation() 631 FixedValue = 0; in recordRelocation() 640 FixedValue = 0; in recordRelocation() 650 FixedValue = TOCEntryOffset; in recordRelocation() 665 FixedValue = in recordRelocation() 706 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 | 258 MCValue Target, uint64_t &FixedValue) override; 1430 uint64_t &FixedValue) { in recordRelocation() argument 1490 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation() 1494 Addend = FixedValue; in recordRelocation() 1495 FixedValue = 0; in recordRelocation()
|
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()
|
/openbsd/gnu/llvm/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 | 69 uint64_t &FixedValue) = 0;
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 617 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local 621 FixedValue); in shouldInsertFixupForCodeAlign()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.cpp | 406 int64_t FixedValue = Offset.getFixed(); in eliminateFrameIndex() local 412 Offset = StackOffset::getFixed(FixedValue + NumOfVReg * VLENB); in eliminateFrameIndex()
|