Home
last modified time | relevance | path

Searched refs:needsRelocateWithSymbol (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
HDXtensaELFObjectWriter.cpp35 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
63 bool XtensaObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in XtensaObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
HDLanaiELFObjectWriter.cpp29 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
75 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
HDVEELFObjectWriter.cpp34 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
137 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in VEELFObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp65 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
507 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in MipsELFObjectWriter
513 return needsRelocateWithSymbol(Val, Sym, Type & 0xff) || in needsRelocateWithSymbol()
514 needsRelocateWithSymbol(Val, Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol()
515 needsRelocateWithSymbol(Val, Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
HDSparcELFObjectWriter.cpp37 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
128 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in SparcELFObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCELFObjectTargetWriter.cpp20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
HDELFObjectWriter.cpp1313 if (TargetObjectWriter->needsRelocateWithSymbol(Val, *Sym, Type)) in shouldRelocateWithSymbol()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFObjectWriter.cpp42 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
55 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in ARMELFObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchELFObjectWriter.cpp27 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anonaee025180111::LoongArchELFObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVELFObjectWriter.cpp30 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anon9ea0d52c0111::RISCVELFObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCELFObjectWriter.cpp31 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
475 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in PPCELFObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64ELFObjectWriter.cpp42 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
459 bool AArch64ELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in AArch64ELFObjectWriter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCELFObjectWriter.h96 virtual bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,