Searched refs:getCurrentSection (Results 1 – 11 of 11) sorted by relevance
110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
384 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function389 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly()413 std::make_pair(getCurrentSection(), getPreviousSection())); in pushSection()
245 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
669 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()348 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
764 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()1062 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
308 const MCSection *getCurrentSection() const;
320 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
419 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter1371 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()2582 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()2689 if (getCurrentSection()->getKind().isText()) { in emitAlignment()
1666 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()2483 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()
478 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in changeSection()