| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| HD | XtensaELFObjectWriter.cpp | 35 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, 63 bool XtensaObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in XtensaObjectWriter
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| HD | LanaiELFObjectWriter.cpp | 29 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, 75 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| HD | VEELFObjectWriter.cpp | 34 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, 137 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in VEELFObjectWriter
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| HD | MipsELFObjectWriter.cpp | 65 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-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| HD | SparcELFObjectWriter.cpp | 37 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, 128 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in SparcELFObjectWriter
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCELFObjectTargetWriter.cpp | 20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
|
| HD | ELFObjectWriter.cpp | 1313 if (TargetObjectWriter->needsRelocateWithSymbol(Val, *Sym, Type)) in shouldRelocateWithSymbol()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMELFObjectWriter.cpp | 42 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, 55 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in ARMELFObjectWriter
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| HD | LoongArchELFObjectWriter.cpp | 27 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anonaee025180111::LoongArchELFObjectWriter
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| HD | RISCVELFObjectWriter.cpp | 30 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anon9ea0d52c0111::RISCVELFObjectWriter
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| HD | PPCELFObjectWriter.cpp | 31 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, 475 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in PPCELFObjectWriter
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| HD | AArch64ELFObjectWriter.cpp | 42 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, 459 bool AArch64ELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in AArch64ELFObjectWriter
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCELFObjectWriter.h | 96 virtual bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
|