Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp39 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
70 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
142 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
167 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
H A DLoongArchFixupKinds.h59 FirstLiteralRelocationKind + ELF::R_LARCH_PCALA_HI20,
86 FirstLiteralRelocationKind + ELF::R_LARCH_TLS_IE_PC_HI20,
H A DLoongArchELFObjectWriter.cpp46 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
47 return Kind - FirstLiteralRelocationKind; in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp127 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
145 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
159 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
169 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
H A DSystemZMCObjectWriter.cpp123 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
124 return Kind - FirstLiteralRelocationKind; in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp143 if (Fixup.getKind() >= FirstLiteralRelocationKind) in applyFixup()
169 .Case(#Name, MCFixupKind(FirstLiteralRelocationKind + Value)) in getFixupKind()
182 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
194 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
H A DAMDGPUELFObjectWriter.cpp69 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
70 return Kind - FirstLiteralRelocationKind; in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp126 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
144 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
166 return Kind >= FirstLiteralRelocationKind; in shouldForceRelocation()
270 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.cpp163 MCFixupKind FixupKind = static_cast<MCFixupKind>(FirstLiteralRelocationKind + in emitGOTToPCRelReloc()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp158 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
258 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
274 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
346 if (Fixup.getKind() >= FirstLiteralRelocationKind) in applyFixup()
H A DSparcELFObjectWriter.cpp46 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
47 return Kind - FirstLiteralRelocationKind; in getRelocType()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFixup.h50 FirstLiteralRelocationKind = 256, enumerator
54 MaxFixupKind = FirstLiteralRelocationKind + 1032 + 32,
/openbsd-src/gnu/llvm/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()
513 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp55 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
56 return Kind - FirstLiteralRelocationKind; in getRelocType()
H A DRISCVAsmBackend.cpp42 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
102 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
119 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
545 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp74 if (FirstTargetFixupKind <= Kind && Kind < FirstLiteralRelocationKind) { in getFixupKindInfo()
207 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
266 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp74 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
349 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
398 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
482 if (Kind >= FirstLiteralRelocationKind) in shouldForceRelocation()
H A DAArch64ELFObjectWriter.cpp112 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
113 return Kind - FirstLiteralRelocationKind; in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp311 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
514 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
548 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp83 if (Kind >= FirstLiteralRelocationKind) in GetRelocTypeInner()
84 return Kind - FirstLiteralRelocationKind; in GetRelocTypeInner()
H A DARMAsmBackend.cpp67 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
184 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
888 if (FixupKind >= FirstLiteralRelocationKind) in shouldForceRelocation()
1051 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp333 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
334 return Kind - FirstLiteralRelocationKind; in getRelocType()
H A DX86AsmBackend.cpp617 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
637 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
652 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
695 if (Kind >= FirstLiteralRelocationKind) in applyFixup()

12