Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.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/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp190 LastMappingSymbols[getCurrentSection().first] = LastEMS; in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp330 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
349 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h307 const MCSection *getCurrentSection() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp280 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
H A DMCAsmStreamer.cpp532 TS->changeSection(getCurrentSection().first, Section, Subsection, OS); in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.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/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp482 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2021 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
2880 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()