Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp94 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
156 bool SystemZMCAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in SystemZMCAsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp55 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
191 bool AMDGPUAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in AMDGPUAsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.h62 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
DAVRAsmBackend.cpp508 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in llvm::AVRAsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.h69 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
DMipsAsmBackend.cpp545 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in MipsAsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h38 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
DARMAsmBackend.cpp882 bool ARMAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in ARMAsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.h64 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
DRISCVAsmBackend.cpp116 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in RISCVAsmBackend
531 if (shouldForceRelocation(Asm, *AUIPCFixup, AUIPCTarget)) { in evaluateTargetFixup()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmBackend.h97 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
DVEAsmBackend.cpp133 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anonf6abc1350111::VEAsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp100 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
478 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() function in AArch64AsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp161 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anonfbad1d420111::PPCAsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp272 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon1297d1110111::SparcAsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp175 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
649 bool X86AsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation() function in X86AsmBackend
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp206 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() function in __anon86307cd30111::HexagonAsmBackend
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCAssembler.cpp285 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) { in evaluateFixup()