Home
last modified time | relevance | path

Searched refs:shouldForceRelocation (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp55 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
194 bool AMDGPUAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in AMDGPUAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp118 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
167 bool SystemZMCAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in SystemZMCAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h62 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DAVRAsmBackend.cpp508 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in llvm::AVRAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h55 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DCSKYAsmBackend.cpp263 bool CSKYAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in CSKYAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h70 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DMipsAsmBackend.cpp545 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in MipsAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h38 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DARMAsmBackend.cpp911 bool ARMAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in ARMAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h60 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DLoongArchAsmBackend.cpp246 bool LoongArchAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in LoongArchAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h68 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DRISCVAsmBackend.cpp115 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in RISCVAsmBackend
580 if (shouldForceRelocation(Asm, *AUIPCFixup, AUIPCTarget, STI)) { in evaluateTargetFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp134 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon3f3d9f010111::VEAsmBackend
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h102 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp164 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon0ad9240e0111::PPCAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp274 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon21c3d7dd0111::SparcAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp103 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
515 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in AArch64AsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp175 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
648 bool X86AsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in X86AsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp204 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anonc65b099f0111::HexagonAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp286 getBackend().shouldForceRelocation(*this, Fixup, Target, STI)) { in evaluateFixup()