Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EW

44   ES = &EW.getTextSection(MF.getFunction());
74 ELFSym *FnSym = ELFSym::getGV(F, EW.getGlobalELFBinding(F), ELF::STT_FUNC,
75 EW.getGlobalELFVisibility(F));
78 EW.AddPendingGlobalSymbol(F, true);
84 EW.SymbolList.push_back(FnSym);
89 ELFSection &JTSection = EW.getJumpTableSection();
107 EW.AddPendingGlobalSymbol(MR.getGlobalValue());
109 EW.AddPendingExternalSymbol(MR.getExternalSymbol());
119 ELFSection &JTSection = EW.getJumpTableSection();
153 ELFSection &CstPool = EW.getConstantPoolSection(CPE);
161 EW.EmitGlobalConstant(CPE.Val.ConstVal, CstPool);
179 ELFSection &JTSection = EW.getJumpTableSection();