Searched refs:getCurrentSectionOnly (Results 1 – 5 of 5) sorted by relevance
41 return getCurrentSectionOnly()->isBundleLocked(); in isBundleLocked()148 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection()208 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()506 MCSection &Sec = *getCurrentSectionOnly(); in EmitInstToData()574 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleLock()595 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleUnlock()653 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl()
45 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()93 assert(getCurrentSectionOnly() && "No current section!"); in getCurrentFragment()95 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()232 MCSection *Sec = getCurrentSectionOnly(); in EmitInstruction()
288 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
67 MCSection *CurSection = getCurrentSectionOnly(); in insert()
279 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function