Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVFixupKinds.h78 return std::make_pair(FirstLiteralRelocationKind + ELF::R_RISCV_ADD8, in getRelocPairForSize()
79 FirstLiteralRelocationKind + ELF::R_RISCV_SUB8); in getRelocPairForSize()
81 return std::make_pair(FirstLiteralRelocationKind + ELF::R_RISCV_ADD16, in getRelocPairForSize()
82 FirstLiteralRelocationKind + ELF::R_RISCV_SUB16); in getRelocPairForSize()
84 return std::make_pair(FirstLiteralRelocationKind + ELF::R_RISCV_ADD32, in getRelocPairForSize()
85 FirstLiteralRelocationKind + ELF::R_RISCV_SUB32); in getRelocPairForSize()
87 return std::make_pair(FirstLiteralRelocationKind + ELF::R_RISCV_ADD64, in getRelocPairForSize()
88 FirstLiteralRelocationKind + ELF::R_RISCV_SUB64); in getRelocPairForSize()
H A DRISCVAsmBackend.cpp57 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h29 FirstLiteralRelocationKind = 2000, enumerator
136 return FirstLiteralRelocationKind <= FixupKind && FixupKind < FK_NONE; in isRelocRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp
H A DSystemZMCAsmBackend.cpp136 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp160 MCFixupKind FixupKind = static_cast<MCFixupKind>(FirstLiteralRelocationKind + in emitGOTToPCRelReloc()
H A DPPCAsmBackend.cpp277 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp171 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp178 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp355 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp422 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp49 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp364 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp63 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp613 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
H A DX86MCCodeEmitter.cpp572 FixupKind = FirstLiteralRelocationKind + ELF::R_X86_64_GOTPC64; in emitImmediate()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1365 Type = Fixup.getKind() - FirstLiteralRelocationKind; in recordRelocation()