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

/external/llvm/include/llvm/MC/
H A DMCObjectStreamer.h66 MCSectionData *getCurrentSectionData() const { function in class:llvm::MCObjectStreamer
130 return getCurrentSectionData()->hasInstructions();
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp67 assert(getCurrentSectionData() && "No current section!");
69 if (CurInsertionPoint != getCurrentSectionData()->getFragmentList().begin())
191 MCSectionData *SD = getCurrentSectionData();
313 if (ByteAlignment > getCurrentSectionData()->getAlignment())
314 getCurrentSectionData()->setAlignment(ByteAlignment);
H A DMCELFStreamer.cpp87 MCSectionData *CurSection = getCurrentSectionData();
132 ISD.SectionData = getCurrentSectionData();
276 if (getCurrentSectionData()->isBundleLocked())
286 if (getCurrentSectionData()->isBundleLocked())
435 MCSectionData *SD = getCurrentSectionData();
484 MCSectionData *SD = getCurrentSectionData();
499 MCSectionData *SD = getCurrentSectionData();
H A DMCMachOStreamer.cpp247 ISD.SectionData = getCurrentSectionData();

Completed in 689 milliseconds