HomeSort by relevance Sort by last modified time
    Searched refs:needsRelocateWithSymbol (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
ELFObjectWriter.cpp     [all...]
  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 27 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
ELFObjectWriter.cpp 597 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type))
    [all...]
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiELFObjectWriter.cpp 30 bool needsRelocateWithSymbol(const MCSymbol &SD,
77 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &SD,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiELFObjectWriter.cpp 30 bool needsRelocateWithSymbol(const MCSymbol &SD,
76 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcELFObjectWriter.cpp 35 bool needsRelocateWithSymbol(const MCSymbol &Sym,
113 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/MCTargetDesc/
SparcELFObjectWriter.cpp 36 bool needsRelocateWithSymbol(const MCSymbol &Sym,
116 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVELFObjectWriter.cpp 28 bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 84 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 40 bool needsRelocateWithSymbol(const MCSymbol &Sym,
52 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 41 bool needsRelocateWithSymbol(const MCSymbol &Sym,
52 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 60 bool needsRelocateWithSymbol(const MCSymbol &Sym,
479 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
484 return needsRelocateWithSymbol(Sym, Type & 0xff) ||
485 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) ||
486 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 65 bool needsRelocateWithSymbol(const MCSymbol &Sym,
521 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
526 return needsRelocateWithSymbol(Sym, Type & 0xff) ||
527 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) ||
528 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCELFObjectWriter.h 87 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 31 bool needsRelocateWithSymbol(const MCSymbol &Sym,
402 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 32 bool needsRelocateWithSymbol(const MCSymbol &Sym,
425 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,

Completed in 377 milliseconds