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

  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 35 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_None, OutContext);
39 Expr = AArch64MCExpr::CreateGOT(Expr, OutContext);
42 Expr = AArch64MCExpr::CreateGOTLo12(Expr, OutContext);
45 Expr = AArch64MCExpr::CreateLo12(Expr, OutContext);
48 Expr = AArch64MCExpr::CreateDTPREL_G1(Expr, OutContext);
51 Expr = AArch64MCExpr::CreateDTPREL_G0_NC(Expr, OutContext);
54 Expr = AArch64MCExpr::CreateGOTTPREL(Expr, OutContext);
57 Expr = AArch64MCExpr::CreateGOTTPRELLo12(Expr, OutContext);
60 Expr = AArch64MCExpr::CreateTLSDesc(Expr, OutContext);
63 Expr = AArch64MCExpr::CreateTLSDescLo12(Expr, OutContext);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 32 OutContext);
39 OutContext);
40 Expr = ARMMCExpr::CreateLower16(Expr, OutContext);
44 OutContext);
45 Expr = ARMMCExpr::CreateUpper16(Expr, OutContext);
53 OutContext);
60 OutContext),
61 OutContext);
82 MO.getMBB()->getSymbol(), OutContext));
ARMAsmPrinter.cpp 319 OutContext);
405 return OutContext.GetOrCreateSymbol(Name.str());
413 return OutContext.GetOrCreateSymbol(Name.str());
612 OutContext.getMachOSection("__TEXT", "__symbol_stub4",
618 OutContext.getMachOSection("__TEXT", "__picsymbolstub4",
624 OutContext.getMachOSection("__TEXT", "__StaticInit",
674 OutContext),
692 OutContext),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 190 OutContext.GetOrCreateSymbol(StringRef(MAI->getGlobalPrefix())+
323 if (OutContext.LookupSymbol(Twine(MAI->getPrivateGlobalPrefix()) +
376 .addExpr(MCSymbolRefExpr::Create(PICBase, OutContext)));
407 OutContext);
452 OutContext);
490 OutContext);
526 OutContext);
540 OutContext);
559 OutContext);
573 OutContext);
    [all...]
PPCMCInstLower.cpp 33 MCContext &Ctx = AP.OutContext;
100 MCContext &Ctx = Printer.OutContext;
172 MO.getMBB()->getSymbol(), AP.OutContext));
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 29 MCContext &MC = Printer.OutContext;
73 AP.OutContext));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 97 OutContext(Streamer.getContext()),
160 .Initialize(OutContext, TM);
162 Mang = new Mangler(OutContext, *TM.getDataLayout());
364 OutContext.GetOrCreateSymbol(GVSym->getName() + Twine("$tlv$init"));
413 OutStreamer.EmitELFSize(GVSym, MCConstantExpr::Create(Size, OutContext));
461 OutContext.GetOrCreateSymbol(Twine("Lllvm$workaround$fake$stub$")+
761 MCSymbol *FnEndLabel = OutContext.CreateTempSymbol();
765 MCBinaryExpr::CreateSub(MCSymbolRefExpr::Create(FnEndLabel, OutContext),
767 OutContext),
768 OutContext);
    [all...]
Win64Exception.cpp 108 Asm->OutStreamer.EmitValue(MCSymbolRefExpr::Create(Sym, Asm->OutContext),
OcamlGCPrinter.cpp 63 MCSymbol *Sym = AP.OutContext.GetOrCreateSymbol(TmpStr);
AsmPrinterInlineAsm.cpp 114 OutContext, OutStreamer,
DwarfException.cpp 461 Asm->OutContext.GetOrCreateSymbol(Twine("GCC_except_table")+
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 65 AMDGPUMCInstLower MCInstLowering(OutContext);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 103 GVSym = OutContext.GetOrCreateSymbol(Twine("__imp_") + GVSym->getName());
151 StubValueTy(OutContext.GetOrCreateSymbol(TempNameStr.str()),
536 OutContext.getMachOSection("__IMPORT", "__jump_table",
562 OutContext.getMachOSection("__IMPORT", "__pointers",
586 OutContext), 4/*size*/);
603 OutContext), 4/*size*/);
X86MCInstLower.cpp 746 .addExpr(MCSymbolRefExpr::Create(PICBase, OutContext)));
769 MCSymbol *DotSym = OutContext.CreateTempSymbol();
775 const MCExpr *DotExpr = MCSymbolRefExpr::Create(DotSym, OutContext);
777 MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), OutContext);
778 DotExpr = MCBinaryExpr::CreateSub(DotExpr, PICBase, OutContext);
780 DotExpr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(OpSym,OutContext),
781 DotExpr, OutContext);
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 157 MSP430MCInstLower MCInstLowering(OutContext, *this);
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 66 /// OutContext - This is the context for the output file that we are
69 MCContext &OutContext;
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 190 MBlazeMCInstLower MCInstLowering(OutContext, *this);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 127 MCContext &Ctx = AP.OutContext;
903 .Initialize(OutContext, TM);
905 Mang = new Mangler(OutContext, *TM.getDataLayout());
    [all...]

Completed in 542 milliseconds