Searched refs:getCurrentSectionOnly (Results 1 – 6 of 6) sorted by relevance
41 return getCurrentSectionOnly()->isBundleLocked(); in isBundleLocked()104 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in EmitLabel()137 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection()197 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()501 MCSection &Sec = *getCurrentSectionOnly(); in EmitInstToData()569 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleLock()590 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleUnlock()625 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl()
46 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()94 assert(getCurrentSectionOnly() && "No current section!"); in getCurrentFragment()96 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()232 MCSection *Sec = getCurrentSectionOnly(); in EmitInstruction()
287 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
204 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in EmitLabel()
67 MCSection *CurSection = getCurrentSectionOnly(); in insert()
279 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function