Home
last modified time | relevance | path

Searched refs:FirstLiteralRelocationKind (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVFixupKinds.h93 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 DRISCVAsmBackend.cpp52 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
101 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
119 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
308 static_cast<MCFixupKind>(FirstLiteralRelocationKind + in relaxDwarfCFA()
312 static_cast<MCFixupKind>(FirstLiteralRelocationKind + in relaxDwarfCFA()
623 static_cast<MCFixupKind>(FirstLiteralRelocationKind + TA)); in handleAddSubRelocations()
626 static_cast<MCFixupKind>(FirstLiteralRelocationKind + TB)); in handleAddSubRelocations()
640 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
H A DRISCVELFObjectWriter.cpp56 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
57 return Kind - FirstLiteralRelocationKind; in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchFixupKinds.h59 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,
116 fixup_loongarch_call36 = FirstLiteralRelocationKind + ELF::R_LARCH_CALL36,
H A DLoongArchAsmBackend.cpp43 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
74 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
156 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
250 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
271 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD6), in getRelocPairForSize()
272 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB6)); in getRelocPairForSize()
275 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD8), in getRelocPairForSize()
276 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB8)); in getRelocPairForSize()
279 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD16), in getRelocPairForSize()
283 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD32), in getRelocPairForSize()
[all …]
H A DLoongArchELFObjectWriter.cpp54 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
55 return Kind - FirstLiteralRelocationKind; in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp144 if (Fixup.getKind() >= FirstLiteralRelocationKind) in applyFixup()
170 .Case(#Name, MCFixupKind(FirstLiteralRelocationKind + Value)) in getFixupKind()
183 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
198 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
H A DAMDGPUELFObjectWriter.cpp70 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
71 return Kind - FirstLiteralRelocationKind; in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp148 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
156 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
171 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
181 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
H A DSystemZELFObjectWriter.cpp156 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
157 return Kind - FirstLiteralRelocationKind; in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp128 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
146 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
170 return Kind >= FirstLiteralRelocationKind; in shouldForceRelocation()
279 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
H A DPPCELFObjectWriter.cpp77 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
78 return Kind - FirstLiteralRelocationKind; in getRelocType()
H A DPPCELFStreamer.cpp162 MCFixupKind FixupKind = static_cast<MCFixupKind>(FirstLiteralRelocationKind + in emitGOTToPCRelReloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp162 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
260 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
277 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
349 if (Fixup.getKind() >= FirstLiteralRelocationKind) in applyFixup()
H A DSparcELFObjectWriter.cpp45 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
46 return Kind - FirstLiteralRelocationKind; in getRelocType()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h50 FirstLiteralRelocationKind = 256, enumerator
54 MaxFixupKind = FirstLiteralRelocationKind + 1032 + 32,
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRELFObjectWriter.cpp41 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
42 return Kind - FirstLiteralRelocationKind; in getRelocType()
H A DAVRAsmBackend.cpp383 if (Fixup.getKind() >= FirstLiteralRelocationKind) in applyFixup()
420 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
485 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
514 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp74 if (FirstTargetFixupKind <= Kind && Kind < FirstLiteralRelocationKind) { in getFixupKindInfo()
207 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
267 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp311 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
514 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
549 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp77 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
372 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
435 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
520 if (Kind >= FirstLiteralRelocationKind) in shouldForceRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp84 if (Kind >= FirstLiteralRelocationKind) in GetRelocTypeInner()
85 return Kind - FirstLiteralRelocationKind; in GetRelocTypeInner()
H A DARMAsmBackend.cpp66 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
197 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
918 if (FixupKind >= FirstLiteralRelocationKind) in shouldForceRelocation()
1089 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp330 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
331 return Kind - FirstLiteralRelocationKind; in getRelocType()
H A DX86AsmBackend.cpp616 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
636 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
651 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
694 if (Kind >= FirstLiteralRelocationKind) in applyFixup()

12