Home
last modified time | relevance | path

Searched refs:getCurrentSection (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCStreamer.h393 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
410 assert(!getCurrentSection().first || in getCurrentFragment()
411 CurFrag->getParent() == getCurrentSection().first); in getCurrentFragment()
418 std::make_pair(getCurrentSection(), getPreviousSection())); in pushSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCELFStreamer.cpp112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64ELFStreamer.cpp190 LastMappingSymbols[getCurrentSection().first] = LastEMS; in changeSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonAsmPrinter.cpp330 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
349 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h307 const MCSection *getCurrentSection() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCELFStreamer.cpp280 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
HDMCAsmStreamer.cpp532 TS->changeSection(getCurrentSection().first, Section, Subsection, OS); in changeSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp421 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
1516 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
2989 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()
3116 if (getCurrentSection()->isText()) { in emitAlignment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp482 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in changeSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp2021 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
2880 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()