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