HomeSort by: relevance | last modified time | path
    Searched defs:needsRelocateWithSymbol (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcELFObjectWriter.cpp 35 bool needsRelocateWithSymbol(const MCSymbol &Sym,
116 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEELFObjectWriter.cpp 33 bool needsRelocateWithSymbol(const MCSymbol &Sym,
112 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiELFObjectWriter.cpp 29 bool needsRelocateWithSymbol(const MCSymbol &SD,
75 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 41 bool needsRelocateWithSymbol(const MCSymbol &Sym,
54 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 31 bool needsRelocateWithSymbol(const MCSymbol &Sym,
467 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 65 bool needsRelocateWithSymbol(const MCSymbol &Sym,
506 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
511 return needsRelocateWithSymbol(Sym, Type & 0xff) ||
512 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) ||
513 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff);

Completed in 29 milliseconds