Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp94 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
155 bool SystemZMCAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in SystemZMCAsmBackend
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp55 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
190 bool AMDGPUAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in AMDGPUAsmBackend
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp35 bool LoongArchAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in LoongArchAsmBackend
H A DLoongArchAsmBackend.h38 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h61 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DAVRAsmBackend.cpp472 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in llvm::AVRAsmBackend
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h69 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DMipsAsmBackend.cpp545 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in MipsAsmBackend
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h38 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DARMAsmBackend.cpp881 bool ARMAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in ARMAsmBackend
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h64 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DRISCVAsmBackend.cpp116 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in RISCVAsmBackend
541 if (shouldForceRelocation(Asm, *AUIPCFixup, AUIPCTarget)) { in evaluateTargetFixup()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmBackend.h98 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function
/llvm-project-15.0.7/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp133 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anone922e8690111::VEAsmBackend
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp161 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon6d79db760111::PPCAsmBackend
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp100 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
477 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in AArch64AsmBackend
/llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp272 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon84648f450111::SparcAsmBackend
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp175 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
650 bool X86AsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in X86AsmBackend
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp206 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon6fd935070111::HexagonAsmBackend
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAssembler.cpp285 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) { in evaluateFixup()