Home
last modified time | relevance | path

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

12

/src/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.cpp51 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 DRISCVELFObjectWriter.cpp56 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
57 return Kind - FirstLiteralRelocationKind; in getRelocType()
/src/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,
118 fixup_loongarch_call36 = FirstLiteralRelocationKind + ELF::R_LARCH_CALL36,
121 FirstLiteralRelocationKind + ELF::R_LARCH_TLS_DESC_PC_HI20,
H A DLoongArchAsmBackend.cpp42 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 DLoongArchELFObjectWriter.cpp54 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
55 return Kind - FirstLiteralRelocationKind; in getRelocType()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp142 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 DAMDGPUELFObjectWriter.cpp70 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
71 return Kind - FirstLiteralRelocationKind; in getRelocType()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp143 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 DSystemZELFObjectWriter.cpp156 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
157 return Kind - FirstLiteralRelocationKind; in getRelocType()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp163 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 DSparcELFObjectWriter.cpp47 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
48 return Kind - FirstLiteralRelocationKind; in getRelocType()
/src/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()
271 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()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h50 FirstLiteralRelocationKind = 256, enumerator
54 MaxFixupKind = FirstLiteralRelocationKind + 1032 + 32,
/src/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.cpp387 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 DCSKYAsmBackend.cpp73 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 DMipsAsmBackend.cpp312 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 DAArch64AsmBackend.cpp77 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 DAArch64ELFObjectWriter.cpp114 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
115 return Kind - FirstLiteralRelocationKind; in getRelocType()
/src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp85 if (Kind >= FirstLiteralRelocationKind) in GetRelocTypeInner()
86 return Kind - FirstLiteralRelocationKind; in GetRelocTypeInner()
H A DARMAsmBackend.cpp66 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 DX86ELFObjectWriter.cpp330 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
331 return Kind - FirstLiteralRelocationKind; in getRelocType()

12