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

  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 34 OutContext);
41 OutContext);
42 Expr = ARMMCExpr::CreateLower16(Expr, OutContext);
46 OutContext);
47 Expr = ARMMCExpr::CreateUpper16(Expr, OutContext);
55 OutContext);
62 OutContext),
63 OutContext);
84 MO.getMBB()->getSymbol(), OutContext));
ARMAsmPrinter.cpp 90 OutContext);
189 return OutContext.GetOrCreateSymbol(Name.str());
198 return OutContext.GetOrCreateSymbol(Name.str());
448 OutContext.getMachOSection("__TEXT", "__symbol_stub4",
454 OutContext.getMachOSection("__TEXT", "__picsymbolstub4",
460 OutContext.getMachOSection("__TEXT", "__StaticInit",
828 return OutContext.GetOrCreateSymbol(Name);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 80 MCSymbol *Sym, MCContext &OutContext) {
82 OutContext);
83 const SparcMCExpr *expr = SparcMCExpr::Create(Kind, MCSym, OutContext);
88 MCContext &OutContext) {
89 return createSparcMCOperand(SparcMCExpr::VK_Sparc_None, Label, OutContext);
95 MCContext &OutContext)
97 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::Create(GOTLabel, OutContext);
99 OutContext);
101 OutContext);
103 const MCBinaryExpr *Sub = MCBinaryExpr::CreateSub(Cur, Start, OutContext);
    [all...]
SparcMCInstLower.cpp 63 AP.OutContext);
65 AP.OutContext);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 293 if (OutContext.LookupSymbol(Twine(DL->getPrivateGlobalPrefix()) +
327 .addExpr(MCSymbolRefExpr::Create(PICBase, OutContext)));
358 OutContext);
401 OutContext);
438 OutContext);
472 OutContext);
486 OutContext);
505 OutContext);
512 MCSymbol *GOTSymbol = OutContext.GetOrCreateSymbol(StringRef("_GLOBAL_OFFSET_TABLE_"));
515 OutContext);
    [all...]
PPCMCInstLower.cpp 41 MCContext &Ctx = AP.OutContext;
113 MCContext &Ctx = Printer.OutContext;
188 MO.getMBB()->getSymbol(), AP.OutContext));
  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.cpp 41 : MCSymbolRefExpr::Create(I.first, Asm.OutContext);
AsmPrinter.cpp 103 OutContext(Streamer.getContext()),
174 .Initialize(OutContext, TM);
451 OutContext.GetOrCreateSymbol(GVSym->getName() + Twine("$tlv$init"));
501 OutStreamer.EmitELFSize(GVSym, MCConstantExpr::Create(Size, OutContext));
848 MCSymbol *FnEndLabel = OutContext.CreateTempSymbol();
852 MCBinaryExpr::CreateSub(MCSymbolRefExpr::Create(FnEndLabel, OutContext),
854 OutContext),
855 OutContext);
904 OutContext.GetOrCreateSymbol(FunPair.second->getName());
919 OutContext.GetOrCreateSymbol(FunPair.first->getName())
    [all...]
DwarfCFIException.cpp 118 MCContext &Ctx = Asm->OutContext;
OcamlGCPrinter.cpp 63 MCSymbol *Sym = AP.OutContext.GetOrCreateSymbol(TmpStr);
AsmPrinterInlineAsm.cpp 123 createMCAsmParser(SrcMgr, OutContext, OutStreamer, *MAI));
EHStreamer.cpp 434 Asm->OutContext.GetOrCreateSymbol(Twine("GCC_except_table")+
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 29 MCContext &MC = Printer.OutContext;
73 AP.OutContext));
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 64 .Initialize(OutContext, TM);
686 OutStreamer.SwitchSection(OutContext.getELFSection(
700 OutContext.getELFSection(".gcc_compiled_long32", ELF::SHT_PROGBITS, 0,
704 OutContext.getELFSection(".gcc_compiled_long64", ELF::SHT_PROGBITS, 0,
720 MCOperand::CreateExpr(MCSymbolRefExpr::Create(Symbol, OutContext)));
829 MCSymbol *MSymbol = OutContext.GetOrCreateSymbol(StringRef(Symbol));
892 const MCSectionELF *M = OutContext.getELFSection(
913 MCSymbol *Stub = OutContext.GetOrCreateSymbol(StringRef(x));
916 OutContext.GetOrCreateSymbol("__call_stub_fp_" + Twine(Symbol));
959 MCSymbol *Tmp = OutContext.CreateTempSymbol()
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 197 MCContext &OutContext = AP.OutStreamer.getContext();
198 MCSymbol *MILabel = OutContext.CreateTempSymbol();
231 MCSymbolRefExpr::Create(MILabel, OutContext),
232 MCSymbolRefExpr::Create(AP.CurrentFnSym, OutContext),
233 OutContext);
486 MCContext &OutContext = AP.OutStreamer.getContext();
492 OutContext.getObjectFileInfo()->getStackMapSection();
496 OS.EmitLabel(OutContext.GetOrCreateSymbol(Twine("__LLVM_StackMaps")));
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 100 MCSymbol *SymGlob = OutContext.GetOrCreateSymbol(
105 OutContext));
163 OutStreamer.EmitELFSize(GVSym, MCConstantExpr::Create(Size, OutContext));
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 151 MSP430MCInstLower MCInstLowering(OutContext, *this);
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 57 MCInstLowering(OutContext, *Mang, *this), SM(*this), AArch64FI(nullptr),
200 return OutContext.GetOrCreateSymbol(
204 return OutContext.GetOrCreateSymbol(
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 86 AMDGPUMCInstLower MCInstLowering(OutContext,
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 97 P.OutContext.GetOrCreateSymbol(Twine("__imp_") + GVSym->getName());
591 OutContext.getMachOSection("__IMPORT", "__jump_table",
617 OutContext.getMachOSection("__IMPORT", "__pointers",
632 OutContext.getMachOSection("__IMPORT", "__pointers",
X86MCInstLower.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 74 MCContext &OutContext;
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 187 OutContext);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 120 MCContext &Ctx = AP.OutContext;
590 MCOp = GetSymbolRef(OutContext.GetOrCreateSymbol(
602 OutContext.GetOrCreateSymbol(Twine(MO.getSymbolName()))));
634 MO.getMBB()->getSymbol(), OutContext));
650 NVPTXFloatMCExpr::CreateConstantFPSingle(Val, OutContext));
654 NVPTXFloatMCExpr::CreateConstantFPDouble(Val, OutContext));
702 OutContext);
    [all...]

Completed in 1196 milliseconds