Home
last modified time | relevance | path

Searched refs:needsRelocateWithSymbol (Results 1 – 13 of 13) 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/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/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp65 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
508 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in MipsELFObjectWriter
514 return needsRelocateWithSymbol(Val, Sym, Type & 0xff) || in needsRelocateWithSymbol()
515 needsRelocateWithSymbol(Val, Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol()
516 needsRelocateWithSymbol(Val, Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp35 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
126 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.cpp1432 if (TargetObjectWriter->needsRelocateWithSymbol(Val, *Sym, Type)) in shouldRelocateWithSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp41 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
54 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in ARMELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchELFObjectWriter.cpp27 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anon85be31c70111::LoongArchELFObjectWriter
/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 __anon4ef0a2db0111::RISCVELFObjectWriter
/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() function in PPCELFObjectWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h89 virtual bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp42 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
472 bool AArch64ELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in AArch64ELFObjectWriter