/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 38 std::string Description, const MCFixup &Fixup, in signed_width() 58 std::string Description, const MCFixup &Fixup, in unsigned_width() 77 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() 88 static void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, in adjustRelativeBranch() 104 static void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call() 120 static void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel() 134 static void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel() 147 static void fixup_6(const MCFixup &Fixup, uint64_t &Value, in fixup_6() 159 static void fixup_6_adiw(const MCFixup &Fixup, uint64_t &Value, in fixup_6_adiw() 170 static void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYAsmBackend.cpp | 86 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 174 bool CSKYAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, in fixupNeedsRelaxationAdvanced() 201 void CSKYAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 264 const MCFixup &Fixup, in shouldForceRelocation() 286 bool CSKYAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430AsmBackend.cpp | 50 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() 56 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() 97 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() 126 void MSP430AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 117 const MCFixup &Fixup, in shouldForceRelocation() 140 bool RISCVAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, in fixupNeedsRelaxationAdvanced() 213 std::pair<unsigned, unsigned> Fixup; in relaxDwarfLineAddr() local 284 std::pair<unsigned, unsigned> Fixup) { in relaxDwarfCFA() argument 364 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 479 const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, in evaluateTargetFixup() 539 void RISCVAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 614 MCFixup Fixup = in shouldInsertFixupForCodeAlign() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 27 const MCFixup &Fixup, MCContext &Ctx) { in extractBitsForFixup() 100 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() 157 const MCFixup &Fixup, in shouldForceRelocation() 163 const MCFixup &Fixup, in applyFixup()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUAsmBackend.cpp | 70 bool AMDGPUAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() 113 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 138 void AMDGPUAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 192 const MCFixup &Fixup, in shouldForceRelocation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 61 const MCFixup &Fixup, MCValue Target, in recordRelocation() 104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation() 367 const MCFixup &Fixup, in recordScatteredRelocation() 467 const MCFixup &Fixup, in recordTLVPRelocation() 507 const MCFixup &Fixup, in RecordX86Relocation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.cpp | 86 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 133 const MCFixup &Fixup, in applyFixup() 165 const MCFixup &Fixup, in shouldForceRelocation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsAsmBackend.cpp | 38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 243 void MipsAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 546 const MCFixup &Fixup, in shouldForceRelocation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEAsmBackend.cpp | 133 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() 156 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() 190 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaAsmBackend.cpp | 81 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 146 const MCFixup &Fixup, const MCValue &Target, in applyFixup() 175 const MCFixup &Fixup, uint64_t Value, const MCRelaxableFragment *Fragment, in fixupNeedsRelaxation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFObjectWriter.cpp | 42 const MCFixup &Fixup) { in getAccessVariant() 74 const MCFixup &Fixup, in getRelocType()
|
H A D | PPCAsmBackend.cpp | 139 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 161 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() 187 bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcAsmBackend.cpp | 272 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() 307 bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() 341 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64ELFObjectWriter.cpp | 59 static bool isNonILP32reloc(const MCFixup &Fixup, in isNonILP32reloc() 109 const MCFixup &Fixup, in getRelocType()
|
H A D | AArch64AsmBackend.cpp | 150 static uint64_t adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, in adjustFixupValue() 390 void AArch64AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 448 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() 479 const MCFixup &Fixup, in shouldForceRelocation()
|
H A D | AArch64MachObjectWriter.cpp | 52 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo() 153 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordRelocation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFObjectWriter.cpp | 73 const MCFixup &Fixup, in getRelocType() 79 const MCFixup &Fixup, in GetRelocTypeInner()
|
H A D | ARMMachObjectWriter.cpp | 144 const MCFixup &Fixup, in RecordARMScatteredHalfRelocation() 257 const MCFixup &Fixup, in RecordARMScatteredRelocation() 379 const MCFixup &Fixup, MCValue Target, in recordRelocation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVAsmBackend.cpp | 23 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 34 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFAsmBackend.cpp | 38 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() 63 void BPFAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyAsmBackend.cpp | 56 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() 96 const MCFixup &Fixup, in applyFixup()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 206 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() 415 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 572 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() 649 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXMCExpr.h | 73 const MCFixup *Fixup) const override { in evaluateAsRelocatableImpl() 115 const MCFixup *Fixup) const override { in evaluateAsRelocatableImpl()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCWinCOFFStreamer.cpp | 220 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2); in emitCOFFSectionIndex() local 236 MCFixup Fixup = MCFixup::create(DF->getContents().size(), MCE, FK_SecRel_4); in emitCOFFSecRel32() local 255 MCFixup Fixup = MCFixup::create(DF->getContents().size(), MCE, FK_Data_4); in emitCOFFImgRel32() local
|