Home
last modified time | relevance | path

Searched refs:getCurrentSectionData (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/
DMCELFStreamer.cpp136 MCSectionData *CurSection = getCurrentSectionData(); in ChangeSection()
189 ISD.SectionData = getCurrentSectionData(); in EmitSymbolAttribute()
336 if (getCurrentSectionData()->isBundleLocked()) in EmitValueImpl()
346 if (getCurrentSectionData()->isBundleLocked()) in EmitValueToAlignment()
494 MCSectionData *SD = getCurrentSectionData(); in EmitInstToData()
544 MCSectionData *SD = getCurrentSectionData(); in EmitInstToData()
563 MCSectionData *SD = getCurrentSectionData(); in EmitBundleLock()
584 MCSectionData *SD = getCurrentSectionData(); in EmitBundleUnlock()
DMCObjectStreamer.cpp79 assert(getCurrentSectionData() && "No current section!"); in getCurrentFragment()
81 if (CurInsertionPoint != getCurrentSectionData()->getFragmentList().begin()) in getCurrentFragment()
214 MCSectionData *SD = getCurrentSectionData(); in EmitInstruction()
360 if (ByteAlignment > getCurrentSectionData()->getAlignment()) in EmitValueToAlignment()
361 getCurrentSectionData()->setAlignment(ByteAlignment); in EmitValueToAlignment()
DMCMachOStreamer.cpp290 ISD.SectionData = getCurrentSectionData(); in EmitSymbolAttribute()
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h67 MCSectionData *getCurrentSectionData() const { in getCurrentSectionData() function
140 return getCurrentSectionData()->hasInstructions(); in mayHaveInstructions()