HomeSort by relevance Sort by last modified time
    Searched full:needsrelocatewithsymbol (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiELFObjectWriter.cpp 30 bool needsRelocateWithSymbol(const MCSymbol &SD,
77 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &SD,
  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 27 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
ELFObjectWriter.cpp 597 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 64 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
MCELFObjectWriter.h 82 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 64 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
MCELFObjectWriter.h 82 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcELFObjectWriter.cpp 35 bool needsRelocateWithSymbol(const MCSymbol &Sym,
113 bool SparcELFObjectWriter::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/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/llvm/include/llvm/MC/
MCELFObjectWriter.h 84 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCELFObjectWriter.h 82 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCELFObjectWriter.h 82 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCELFObjectWriter.h 81 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCELFObjectWriter.h 81 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCELFObjectWriter.h 81 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCELFObjectWriter.h 81 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCELFObjectWriter.h 82 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCELFObjectWriter.h 82 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCELFObjectWriter.h 81 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCELFObjectWriter.h 81 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCELFObjectWriter.h 81 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCELFObjectWriter.h 81 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,

Completed in 236 milliseconds