| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaELFObjectWriter.cpp | 36 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 D | LanaiELFObjectWriter.cpp | 29 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 D | SparcELFObjectWriter.cpp | 38 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 D | VEELFObjectWriter.cpp | 35 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 D | MipsELFObjectWriter.cpp | 54 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 D | CSKYELFObjectWriter.cpp | 32 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 D | SystemZELFObjectWriter.cpp | 37 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 D | ARMELFObjectWriter.cpp | 39 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 D | LoongArchELFObjectWriter.cpp | 28 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 D | RISCVELFObjectWriter.cpp | 30 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 D | X86ELFObjectWriter.cpp | 38 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 D | PPCELFObjectWriter.cpp | 31 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 D | MCELFObjectWriter.h | 91 virtual bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const { in needsRelocateWithSymbol() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFObjectWriter.cpp | 41 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 D | ELFObjectWriter.cpp | 1308 return !TargetObjectWriter->needsRelocateWithSymbol(Val, Type); in useSectionSymbol()
|