Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp55 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
113 bool SystemZMCAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in SystemZMCAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h60 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DAVRAsmBackend.cpp468 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in llvm::AVRAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h68 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DMipsAsmBackend.cpp533 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in MipsAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h44 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DARMAsmBackend.cpp879 bool ARMAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in ARMAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h67 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DRISCVAsmBackend.cpp116 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in RISCVAsmBackend
540 if (shouldForceRelocation(Asm, *AUIPCFixup, AUIPCTarget)) { in evaluateTargetFixup()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h91 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp130 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anonb550a46d0111::VEAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp159 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anondfed8a7a0111::PPCAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp230 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anonf6d83e490111::SparcAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp99 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
472 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in AArch64AsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp205 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon42d4c60b0111::HexagonAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp180 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
734 bool X86AsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in X86AsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp281 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) { in evaluateFixup()