Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h67 using MCSectionSubPair = std::pair<MCSection *, uint32_t>; variable
233 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
393 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
396 return MCSectionSubPair(); in getCurrentSection()
403 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
406 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()
1249 MCSectionSubPair OldSec = I->first; in popSection()
1251 MCSectionSubPair NewSec = I->first; in popSection()
1261 MCSectionSubPair curSection = SectionStack.back().first; in switchSection()
1263 if (MCSectionSubPair(Section, Subsection) != curSection) { in switchSection()
1265 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in switchSection()
1294 SectionStack.back().first = MCSectionSubPair(Section, 0); in switchSectionNoPrint()
H A DMCELFStreamer.cpp280 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
/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.cpp330 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
349 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp726 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/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()