Searched refs:needsRelocateWithSymbol (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiELFObjectWriter.cpp | 30 bool needsRelocateWithSymbol(const MCSymbol &SD, 76 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 66 bool needsRelocateWithSymbol(const MCSymbol &Sym, 532 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MipsELFObjectWriter 537 return needsRelocateWithSymbol(Sym, Type & 0xff) || in needsRelocateWithSymbol() 538 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol() 539 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcELFObjectWriter.cpp | 36 bool needsRelocateWithSymbol(const MCSymbol &Sym, 116 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in SparcELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFObjectWriter.cpp | 42 bool needsRelocateWithSymbol(const MCSymbol &Sym, 55 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in ARMELFObjectWriter
|
| /freebsd-12.1/contrib/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 | 1403 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type)) in shouldRelocateWithSymbol()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFObjectWriter.cpp | 28 bool needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anon2a6de0f80111::RISCVELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFObjectWriter.cpp | 32 bool needsRelocateWithSymbol(const MCSymbol &Sym, 425 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in PPCELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 90 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
|