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

  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 32 OutContext);
40 OutContext);
41 Expr = ARMMCExpr::CreateLower16(Expr, OutContext);
45 OutContext);
46 Expr = ARMMCExpr::CreateUpper16(Expr, OutContext);
54 OutContext);
61 OutContext),
62 OutContext);
85 MO.getMBB()->getSymbol(), OutContext));
ARMAsmPrinter.cpp 382 return OutContext.GetOrCreateSymbol(Name.str());
390 return OutContext.GetOrCreateSymbol(Name.str());
398 return OutContext.GetOrCreateSymbol(Name.str());
555 OutContext.getMachOSection("__TEXT", "__symbol_stub4",
561 OutContext.getMachOSection("__TEXT", "__picsymbolstub4",
567 OutContext.getMachOSection("__TEXT", "__StaticInit",
619 OutContext),
637 OutContext),
852 MCSym = OutContext.GetOrCreateSymbol(OS.str());
872 OutContext);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 184 OutContext.GetOrCreateSymbol(StringRef(MAI->getGlobalPrefix())+
338 Create(PICBase, OutContext)));
362 OutContext);
460 OutContext.getMachOSection("__TEXT", "__picsymbolstub1",
466 OutContext.getMachOSection("__TEXT","__symbol_stub1",
501 OutContext.getMachOSection("__TEXT", "__picsymbolstub1",
511 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext);
512 MCSymbol *AnonSymbol = GetAnonSym(Stub, OutContext);
548 OutContext.getMachOSection("__TEXT","__symbol_stub1",
555 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext);
    [all...]
PPCMCInstLower.cpp 32 MCContext &Ctx = AP.OutContext;
99 MCContext &Ctx = Printer.OutContext;
153 MO.getMBB()->getSymbol(), AP.OutContext));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 102 OutContext(Streamer.getContext()),
163 .Initialize(OutContext, TM);
165 Mang = new Mangler(OutContext, *TM.getTargetData());
366 OutContext.GetOrCreateSymbol(GVSym->getName() + Twine("$tlv$init"));
415 OutStreamer.EmitELFSize(GVSym, MCConstantExpr::Create(Size, OutContext));
463 OutContext.GetOrCreateSymbol(Twine("Lllvm$workaround$fake$stub$")+
756 MCSymbol *FnEndLabel = OutContext.CreateTempSymbol();
760 MCBinaryExpr::CreateSub(MCSymbolRefExpr::Create(FnEndLabel, OutContext),
761 MCSymbolRefExpr::Create(CurrentFnSym, OutContext),
762 OutContext);
    [all...]
Win64Exception.cpp 109 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/X86/
X86AsmPrinter.cpp 105 GVSym = OutContext.GetOrCreateSymbol(Twine("__imp_") + GVSym->getName());
153 StubValueTy(OutContext.GetOrCreateSymbol(TempNameStr.str()),
494 OutContext.getMachOSection("__IMPORT", "__jump_table",
520 OutContext.getMachOSection("__IMPORT", "__pointers",
544 OutContext),
562 OutContext),
X86MCInstLower.cpp 648 OutContext)));
673 MCSymbol *DotSym = OutContext.CreateTempSymbol();
679 const MCExpr *DotExpr = MCSymbolRefExpr::Create(DotSym, OutContext);
681 MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), OutContext);
682 DotExpr = MCBinaryExpr::CreateSub(DotExpr, PICBase, OutContext);
684 DotExpr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(OpSym,OutContext),
685 DotExpr, OutContext);
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 157 MSP430MCInstLower MCInstLowering(OutContext, *Mang, *this);
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.cpp 197 MCContext *&OutContext) {
255 OutContext = &MMI->getContext(); // Return the MCContext specifically by-ref.
PTXAsmPrinter.cpp 546 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_None, OutContext);
565 OutContext);
573 MO.getMBB()->getSymbol(), OutContext));
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 74 /// OutContext - This is the context for the output file that we are
77 MCContext &OutContext;
  /external/llvm/lib/CodeGen/
ELFWriter.h 76 MCContext &OutContext;
LLVMTargetMachine.cpp 295 MCContext *&OutContext) {
372 OutContext = &MMI->getContext(); // Return the MCContext specifically by-ref.
ELFWriter.cpp 68 OutContext(*new MCContext(*TM.getMCAsmInfo(), *TM.getRegisterInfo(),
87 delete &OutContext;
112 const_cast<TargetLoweringObjectFile&>(TLOF).Initialize(OutContext, TM);
114 Mang = new Mangler(OutContext, *TM.getTargetData());
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 192 MBlazeMCInstLower MCInstLowering(OutContext, *Mang, *this);

Completed in 231 milliseconds