Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCELFStreamer.cpp41 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()
DMCObjectStreamer.cpp46 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()
DMCMachOStreamer.cpp287 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
DMCStreamer.cpp204 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in EmitLabel()
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h67 MCSection *CurSection = getCurrentSectionOnly(); in insert()
DMCStreamer.h279 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function