Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h81 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
H A DRISCVAsmBackend.cpp93 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in RISCVAsmBackend
375 if (shouldForceRelocation(Asm, *AUIPCFixup, AUIPCTarget)) { in evaluateTargetFixup()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h91 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp130 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon4434eda40111::VEAsmBackend
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp230 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon05d254c00111::SparcAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp159 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anoneee7a0f10111::PPCAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp205 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anond55340020111::HexagonAsmBackend
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp281 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) { in evaluateFixup()