Searched refs:needsRelocateWithSymbol (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcELFObjectWriter.cpp | 35 bool needsRelocateWithSymbol(const MCSymbol &Sym, 112 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in SparcELFObjectWriter
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 40 bool needsRelocateWithSymbol(const MCSymbol &Sym, 52 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in ARMELFObjectWriter
|
/external/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 27 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
|
D | ELFObjectWriter.cpp | 588 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type)) in shouldRelocateWithSymbol()
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 70 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 31 bool needsRelocateWithSymbol(const MCSymbol &Sym, 402 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in PPCELFObjectWriter
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 49 bool needsRelocateWithSymbol(const MCSymbol &Sym, 386 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MipsELFObjectWriter
|