Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h57 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable
208 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
341 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
344 return MCSectionSubPair(); in getCurrentSection()
349 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
352 return MCSectionSubPair(); in getPreviousSection()
382 MCSectionSubPair OldSection = I->first; in PopSection()
384 MCSectionSubPair NewSection = I->first; in PopSection()
413 MCSectionSubPair curSection = SectionStack.back().first;
415 if (MCSectionSubPair(Section, Subsection) != curSection)
[all …]
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCStreamer.cpp92 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
103 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
1042 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()
1044 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()
1046 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
H A DMCELFStreamer.cpp300 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp624 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
656 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp755 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp337 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
355 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1319 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()