Searched refs:getCurrentSection (Results 1 – 11 of 11) sorted by relevance
411 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function428 assert(!getCurrentSection().first || in getCurrentFragment()429 CurFrag->getParent() == getCurrentSection().first); in getCurrentFragment()436 std::make_pair(getCurrentSection(), getPreviousSection())); in pushSection()
112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
328 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
328 LastMappingSymbols[getCurrentSection().first] = LastEMS; in changeSection()
334 const MCSection *getCurrentSection() const;
278 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
533 MCSectionSubPair Cur = getCurrentSection(); in switchSection()550 auto [Sec, Subsec] = getCurrentSection(); in popSection()
451 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter3325 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()3452 if (getCurrentSection()->isText()) { in emitAlignment()
508 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in changeSection()
1999 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()2859 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()
15624 {"_ZNK4llvm10AsmPrinter17getCurrentSectionEv", "llvm::AsmPrinter::getCurrentSection() const"},