| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiELFObjectWriter.cpp | 29 bool needsRelocateWithSymbol(const MCSymbol &SD, 75 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEELFObjectWriter.cpp | 33 bool needsRelocateWithSymbol(const MCSymbol &Sym, 112 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in VEELFObjectWriter
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 65 bool needsRelocateWithSymbol(const MCSymbol &Sym, 506 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MipsELFObjectWriter 511 return needsRelocateWithSymbol(Sym, Type & 0xff) || in needsRelocateWithSymbol() 512 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol() 513 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcELFObjectWriter.cpp | 35 bool needsRelocateWithSymbol(const MCSymbol &Sym, 116 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in SparcELFObjectWriter
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCELFObjectTargetWriter.cpp | 20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
|
| H A D | ELFObjectWriter.cpp | 1412 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type)) in shouldRelocateWithSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFObjectWriter.cpp | 41 bool needsRelocateWithSymbol(const MCSymbol &Sym, 54 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in ARMELFObjectWriter
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFObjectWriter.cpp | 31 bool needsRelocateWithSymbol(const MCSymbol &Sym, 467 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in PPCELFObjectWriter
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 89 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFObjectWriter.cpp | 29 bool needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anon3cefa59e0111::RISCVELFObjectWriter
|