Home
last modified time | relevance | path

Searched refs:MCSectionSubPair (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h66 using MCSectionSubPair = std::pair<MCSection *, uint32_t>; variable
240 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
411 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
414 return MCSectionSubPair(); in getCurrentSection()
421 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
424 return MCSectionSubPair(); in getPreviousSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp96 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
106 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
1346 MCSectionSubPair OldSec = I->first; in popSection()
1348 MCSectionSubPair NewSec = I->first; in popSection()
1358 MCSectionSubPair curSection = SectionStack.back().first; in switchSection()
1360 if (MCSectionSubPair(Section, Subsection) != curSection) { in switchSection()
1362 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in switchSection()
1391 SectionStack.back().first = MCSectionSubPair(Section, 0); in switchSectionNoPrint()
H A DMCELFStreamer.cpp278 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
H A DMCAsmStreamer.cpp533 MCSectionSubPair Cur = getCurrentSection(); in switchSection()
535 MCSectionSubPair(Section, Subsection) != Cur) { in switchSection()
/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/Hexagon/
H A DHexagonAsmPrinter.cpp328 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp685 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
H A DDarwinAsmParser.cpp742 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1999 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
2859 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()