HomeSort by relevance Sort by last modified time
    Searched defs:MCSym (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 62 const MCSymbolRefExpr *MCSym = MCSymbolRefExpr::Create(Symbol,
64 const SparcMCExpr *expr = SparcMCExpr::Create(Kind, MCSym,
SparcAsmPrinter.cpp 81 const MCSymbolRefExpr *MCSym = MCSymbolRefExpr::Create(Sym,
83 const SparcMCExpr *expr = SparcMCExpr::Create(Kind, MCSym, OutContext);
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 68 const MCSymbolRefExpr *MCSym = MCSymbolRefExpr::Create(Symbol, Kind, *Ctx);
71 return MCOperand::CreateExpr(MCSym);
77 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx);
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 103 const MCSymbolRefExpr *MCSym = MCSymbolRefExpr::Create(Symbol, Kind, *Ctx);
106 return MCOperand::CreateExpr(MCSym);
112 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 485 MachineModuleInfoImpl::StubValueTy &MCSym) {
489 OutStreamer.EmitSymbolAttribute(MCSym.getPointer(), MCSA_IndirectSymbol);
491 if (MCSym.getInt())
502 MCSymbolRefExpr::Create(MCSym.getPointer(), OutStreamer.getContext()),
806 MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
810 GV->hasHiddenVisibility() ? MMIMachO.getHiddenGVStubEntry(MCSym)
811 : MMIMachO.getGVStubEntry(MCSym);
815 return MCSym;
842 MCSymbol *MCSym;
    [all...]

Completed in 332 milliseconds