Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaELFObjectWriter.cpp36 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override;
65 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 &, unsigned Type) const override;
72 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp38 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override;
120 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in SparcELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp35 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override;
144 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in VEELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp54 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override;
443 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in MipsELFObjectWriter
448 return needsRelocateWithSymbol(V, Type & 0xff) || in needsRelocateWithSymbol()
449 needsRelocateWithSymbol(V, (Type >> 8) & 0xff) || in needsRelocateWithSymbol()
450 needsRelocateWithSymbol(V, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFObjectWriter.cpp32 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override;
166 bool CSKYELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in CSKYELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZELFObjectWriter.cpp37 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override;
209 bool SystemZELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in SystemZELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp39 bool needsRelocateWithSymbol(const MCValue &Val,
50 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in ARMELFObjectWriter
/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/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/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp38 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override;
387 bool X86ELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in X86ELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp31 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override;
489 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol() function in PPCELFObjectWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h91 virtual bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const { in needsRelocateWithSymbol() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp41 bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const override;
483 bool AArch64ELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in AArch64ELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1308 return !TargetObjectWriter->needsRelocateWithSymbol(Val, Type); in useSectionSymbol()