Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h71 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DAVRAsmBackend.cpp467 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in llvm::AVRAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h91 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DMipsAsmBackend.cpp537 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in MipsAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h43 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DARMAsmBackend.cpp759 bool ARMAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in ARMAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h52 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DRISCVAsmBackend.cpp28 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in RISCVAsmBackend
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmBackend.h85 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp137 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon0682dc0b0111::PPCAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp227 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon1d6d8fda0111::SparcAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp95 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
446 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in AArch64AsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp204 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon6fea781c0111::HexagonAsmBackend
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAssembler.cpp279 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) { in evaluateFixup()