Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp86 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
102 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
116 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
126 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
H A DSystemZMCObjectWriter.cpp121 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
122 return Kind - FirstLiteralRelocationKind; in getRelocType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp124 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
142 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
164 return Kind >= FirstLiteralRelocationKind; in shouldForceRelocation()
266 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.cpp164 MCFixupKind FixupKind = static_cast<MCFixupKind>(FirstLiteralRelocationKind + in emitGOTToPCRelReloc()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h50 FirstLiteralRelocationKind = 256, enumerator
54 MaxFixupKind = FirstLiteralRelocationKind + 1032 + 32,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp46 if (FirstTargetFixupKind <= Kind && Kind < FirstLiteralRelocationKind) in getFixupKindInfo()
103 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
/freebsd-13.1/contrib/llvm-project/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()
554 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp74 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
344 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
393 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
476 if (Kind >= FirstLiteralRelocationKind) in shouldForceRelocation()
H A DAArch64ELFObjectWriter.cpp110 if (Kind >= FirstLiteralRelocationKind) in getRelocType()
111 return Kind - FirstLiteralRelocationKind; in getRelocType()
H A DAArch64MCCodeEmitter.cpp632 MCFixupKind(FirstLiteralRelocationKind + Reloc))); in encodeInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp83 if (Kind >= FirstLiteralRelocationKind) in GetRelocTypeInner()
84 return Kind - FirstLiteralRelocationKind; in GetRelocTypeInner()
H A DARMAsmBackend.cpp65 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
182 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
885 if (FixupKind >= FirstLiteralRelocationKind) in shouldForceRelocation()
1048 if (Kind >= FirstLiteralRelocationKind) in applyFixup()
/freebsd-13.1/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.cpp702 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
722 if (Kind >= FirstLiteralRelocationKind) in getFixupKindInfo()
737 return Fixup.getKind() >= FirstLiteralRelocationKind; in shouldForceRelocation()
780 if (Kind >= FirstLiteralRelocationKind) in applyFixup()