Lines Matching refs:MCSectionELF
190 const MCSectionELF *Data = (const MCSectionELF *)TLOF.getDataSection(); in getDataSection()
196 const MCSectionELF *BSS = (const MCSectionELF *)TLOF.getBSSSection(); in getBSSSection()
202 const MCSectionELF *Ctor = (const MCSectionELF *)TLOF.getStaticCtorSection(); in getCtorSection()
208 const MCSectionELF *Dtor = (const MCSectionELF *)TLOF.getStaticDtorSection(); in getDtorSection()
214 const MCSectionELF *Text = in getTextSection()
215 (const MCSectionELF *)TLOF.SectionForGlobal(F, Mang, TM); in getTextSection()
222 const MCSectionELF *JT = in getJumpTableSection()
223 (const MCSectionELF *)TLOF.getSectionForConstant(SectionKind::getReadOnly()); in getJumpTableSection()
247 const MCSectionELF *CPSect = in getConstantPoolSection()
248 (const MCSectionELF *)TLOF.getSectionForConstant(Kind); in getConstantPoolSection()
335 static bool HasCommonSymbols(const MCSectionELF &S) { in HasCommonSymbols()
368 const MCSectionELF *S = in EmitGlobal()
369 (const MCSectionELF *)TLOF.SectionForGlobal(GV, Mang, TM); in EmitGlobal()