| /src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVFixupKinds.h | 93 MCFixupKind(FirstLiteralRelocationKind + ELF::R_RISCV_ADD8), in getRelocPairForSize() 94 MCFixupKind(FirstLiteralRelocationKind + ELF::R_RISCV_SUB8)); in getRelocPairForSize() 97 MCFixupKind(FirstLiteralRelocationKind + ELF::R_RISCV_ADD16), in getRelocPairForSize() 98 MCFixupKind(FirstLiteralRelocationKind + ELF::R_RISCV_SUB16)); in getRelocPairForSize() 101 MCFixupKind(FirstLiteralRelocationKind + ELF::R_RISCV_ADD32), in getRelocPairForSize() 102 MCFixupKind(FirstLiteralRelocationKind + ELF::R_RISCV_SUB32)); in getRelocPairForSize() 105 MCFixupKind(FirstLiteralRelocationKind + ELF::R_RISCV_ADD64), in getRelocPairForSize() 106 MCFixupKind(FirstLiteralRelocationKind + ELF::R_RISCV_SUB64)); in getRelocPairForSize()
|
| H A D | RISCVAsmBackend.cpp | 51 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind() 100 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 118 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation() 301 static_cast<MCFixupKind>(FirstLiteralRelocationKind + in relaxDwarfCFA() 305 static_cast<MCFixupKind>(FirstLiteralRelocationKind + in relaxDwarfCFA() 614 static_cast<MCFixupKind>(FirstLiteralRelocationKind + TA)); in handleAddSubRelocations() 617 static_cast<MCFixupKind>(FirstLiteralRelocationKind + TB)); in handleAddSubRelocations() 631 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
|
| H A D | RISCVELFObjectWriter.cpp | 56 if (Kind >= FirstLiteralRelocationKind) in getRelocType() 57 return Kind - FirstLiteralRelocationKind; in getRelocType()
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchFixupKinds.h | 59 FirstLiteralRelocationKind + ELF::R_LARCH_PCALA_HI20, 86 FirstLiteralRelocationKind + ELF::R_LARCH_TLS_IE_PC_HI20, 111 fixup_loongarch_relax = FirstLiteralRelocationKind + ELF::R_LARCH_RELAX, 113 fixup_loongarch_align = FirstLiteralRelocationKind + ELF::R_LARCH_ALIGN, 118 fixup_loongarch_call36 = FirstLiteralRelocationKind + ELF::R_LARCH_CALL36, 121 FirstLiteralRelocationKind + ELF::R_LARCH_TLS_DESC_PC_HI20,
|
| H A D | LoongArchAsmBackend.cpp | 42 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind() 73 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 155 if (Kind >= FirstLiteralRelocationKind) in applyFixup() 255 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation() 276 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD6), in getRelocPairForSize() 277 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB6)); in getRelocPairForSize() 280 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD8), in getRelocPairForSize() 281 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB8)); in getRelocPairForSize() 284 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD16), in getRelocPairForSize() 285 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB16)); in getRelocPairForSize() [all …]
|
| H A D | LoongArchELFObjectWriter.cpp | 54 if (Kind >= FirstLiteralRelocationKind) in getRelocType() 55 return Kind - FirstLiteralRelocationKind; in getRelocType()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 142 if (Fixup.getKind() >= FirstLiteralRelocationKind) in applyFixup() 168 .Case(#Name, MCFixupKind(FirstLiteralRelocationKind + Value)) in getFixupKind() 181 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 196 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
|
| H A D | AMDGPUELFObjectWriter.cpp | 70 if (Kind >= FirstLiteralRelocationKind) in getRelocType() 71 return Kind - FirstLiteralRelocationKind; in getRelocType()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmBackend.cpp | 143 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind() 151 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 166 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation() 176 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
|
| H A D | SystemZELFObjectWriter.cpp | 156 if (Kind >= FirstLiteralRelocationKind) in getRelocType() 157 return Kind - FirstLiteralRelocationKind; in getRelocType()
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcAsmBackend.cpp | 163 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind() 261 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 278 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation() 342 if (Fixup.getKind() >= FirstLiteralRelocationKind) in applyFixup()
|
| H A D | SparcELFObjectWriter.cpp | 47 if (Kind >= FirstLiteralRelocationKind) in getRelocType() 48 return Kind - FirstLiteralRelocationKind; in getRelocType()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCAsmBackend.cpp | 128 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 146 if (Kind >= FirstLiteralRelocationKind) in applyFixup() 170 return Kind >= FirstLiteralRelocationKind; in shouldForceRelocation() 271 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
|
| H A D | PPCELFObjectWriter.cpp | 77 if (Kind >= FirstLiteralRelocationKind) in getRelocType() 78 return Kind - FirstLiteralRelocationKind; in getRelocType()
|
| H A D | PPCELFStreamer.cpp | 162 MCFixupKind FixupKind = static_cast<MCFixupKind>(FirstLiteralRelocationKind + in emitGOTToPCRelReloc()
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCFixup.h | 50 FirstLiteralRelocationKind = 256, enumerator 54 MaxFixupKind = FirstLiteralRelocationKind + 1032 + 32,
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRELFObjectWriter.cpp | 41 if (Kind >= FirstLiteralRelocationKind) in getRelocType() 42 return Kind - FirstLiteralRelocationKind; in getRelocType()
|
| H A D | AVRAsmBackend.cpp | 387 if (Fixup.getKind() >= FirstLiteralRelocationKind) in applyFixup() 424 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind() 489 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 518 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 73 if (FirstTargetFixupKind <= Kind && Kind < FirstLiteralRelocationKind) { in getFixupKindInfo() 206 if (Kind >= FirstLiteralRelocationKind) in applyFixup() 266 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.cpp | 312 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind() 515 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 550 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 77 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 371 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind() 434 if (Kind >= FirstLiteralRelocationKind) in applyFixup() 517 if (Kind >= FirstLiteralRelocationKind) in shouldForceRelocation()
|
| H A D | AArch64ELFObjectWriter.cpp | 114 if (Kind >= FirstLiteralRelocationKind) in getRelocType() 115 return Kind - FirstLiteralRelocationKind; in getRelocType()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFObjectWriter.cpp | 85 if (Kind >= FirstLiteralRelocationKind) in GetRelocTypeInner() 86 return Kind - FirstLiteralRelocationKind; in GetRelocTypeInner()
|
| H A D | ARMAsmBackend.cpp | 66 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind() 197 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo() 917 if (FixupKind >= FirstLiteralRelocationKind) in shouldForceRelocation() 1088 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ELFObjectWriter.cpp | 330 if (Kind >= FirstLiteralRelocationKind) in getRelocType() 331 return Kind - FirstLiteralRelocationKind; in getRelocType()
|