Home
last modified time | relevance | path

Searched refs:getCurrentSectionOnly (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/lib/MC/
HDMCELFStreamer.cpp41 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()
HDMCObjectStreamer.cpp45 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()
HDMCMachOStreamer.cpp288 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCObjectStreamer.h67 MCSection *CurSection = getCurrentSectionOnly(); in insert()
HDMCStreamer.h279 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function