Home
last modified time | relevance | path

Searched refs:needsRelocateWithSymbol (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiELFObjectWriter.cpp30 bool needsRelocateWithSymbol(const MCSymbol &SD,
76 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiELFObjectWriter.cpp30 bool needsRelocateWithSymbol(const MCSymbol &SD,
77 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &SD, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp60 bool needsRelocateWithSymbol(const MCSymbol &Sym,
479 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MipsELFObjectWriter
484 return needsRelocateWithSymbol(Sym, Type & 0xff) || in needsRelocateWithSymbol()
485 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol()
486 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp65 bool needsRelocateWithSymbol(const MCSymbol &Sym,
521 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MipsELFObjectWriter
526 return needsRelocateWithSymbol(Sym, Type & 0xff) || in needsRelocateWithSymbol()
527 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol()
528 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcELFObjectWriter.cpp35 bool needsRelocateWithSymbol(const MCSymbol &Sym,
113 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in SparcELFObjectWriter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcELFObjectWriter.cpp36 bool needsRelocateWithSymbol(const MCSymbol &Sym,
116 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in SparcELFObjectWriter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp41 bool needsRelocateWithSymbol(const MCSymbol &Sym,
52 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in ARMELFObjectWriter
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp40 bool needsRelocateWithSymbol(const MCSymbol &Sym,
52 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in ARMELFObjectWriter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCELFObjectTargetWriter.cpp20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
DELFObjectWriter.cpp1377 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type)) in shouldRelocateWithSymbol()
/external/llvm/lib/MC/
DMCELFObjectTargetWriter.cpp27 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
DELFObjectWriter.cpp597 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type)) in shouldRelocateWithSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp28 bool needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anon5aa477960111::RISCVELFObjectWriter
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp31 bool needsRelocateWithSymbol(const MCSymbol &Sym,
402 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in PPCELFObjectWriter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp32 bool needsRelocateWithSymbol(const MCSymbol &Sym,
425 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in PPCELFObjectWriter
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h84 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h87 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,