Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaELFObjectWriter.cpp35 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
63 bool XtensaObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in XtensaObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiELFObjectWriter.cpp29 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
75 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.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/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp34 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
137 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in VEELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp37 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
128 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in SparcELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
H A DELFObjectWriter.cpp1313 if (TargetObjectWriter->needsRelocateWithSymbol(Val, *Sym, Type)) in shouldRelocateWithSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp42 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
55 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in ARMELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp31 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
475 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol()
469 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, needsRelocateWithSymbol() function in PPCELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp30 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anond16190130111::RISCVELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp42 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
459 bool AArch64ELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in AArch64ELFObjectWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h96 virtual bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,