Searched refs:shouldForceRelocation (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h70 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DAVRAsmBackend.cpp466 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm, function in class:llvm::AVRAsmBackend
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h90 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DMipsAsmBackend.cpp533 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm, function in class:MipsAsmBackend
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h44 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DARMAsmBackend.cpp862 bool ARMAsmBackend::shouldForceRelocation(const MCAssembler &Asm, function in class:ARMAsmBackend
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h89 virtual bool shouldForceRelocation(const MCAssembler &Asm, function in class:llvm::MCAsmBackend
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h45 // Returns true if relocations will be forced for shouldForceRelocation by
81 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DRISCVAsmBackend.cpp29 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, function in class:RISCVAsmBackend
58 // Resolved could be always false when shouldForceRelocation return true.
60 // by shouldForceRelocation.
308 if (shouldForceRelocation(Asm, *AUIPCFixup, AUIPCTarget)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp141 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp226 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp99 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
473 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm, function in class:AArch64AsmBackend
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp159 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
514 bool X86AsmBackend::shouldForceRelocation(const MCAssembler &, function in class:X86AsmBackend
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp202 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp280 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) {

Completed in 215 milliseconds