Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h66 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable
236 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
388 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
391 return MCSectionSubPair(); in getCurrentSection()
396 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
399 return MCSectionSubPair(); in getPreviousSection()
429 MCSectionSubPair OldSection = I->first; in popSection()
431 MCSectionSubPair NewSection = I->first; in popSection()
460 MCSectionSubPair curSection = SectionStack.back().first;
462 if (MCSectionSubPair(Section, Subsection) != curSection)
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp97 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
108 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
1246 MCSectionSubPair curSection = SectionStack.back().first; in switchSection()
1248 if (MCSectionSubPair(Section, Subsection) != curSection) { in switchSection()
1250 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in switchSection()
H A DMCELFStreamer.cpp326 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp685 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
735 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1795 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
2610 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()