Home
last modified time | relevance | path

Searched defs:needsRelocateWithSymbol (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiELFObjectWriter.cpp72 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp144 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in VEELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaELFObjectWriter.cpp65 bool XtensaObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in XtensaObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp30 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override { in needsRelocateWithSymbol() function in __anond16190130111::RISCVELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFObjectWriter.cpp166 bool CSKYELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in CSKYELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp489 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in PPCELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp120 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in SparcELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchELFObjectWriter.cpp28 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override { in needsRelocateWithSymbol() function in __anon2804d6ff0111::LoongArchELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp50 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in ARMELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZELFObjectWriter.cpp209 bool SystemZELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in SystemZELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp483 bool AArch64ELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in AArch64ELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp387 bool X86ELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in X86ELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp443 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in MipsELFObjectWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h91 virtual bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const { in needsRelocateWithSymbol() function