Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h66 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable
232 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
384 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
387 return MCSectionSubPair(); in getCurrentSection()
392 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
395 return MCSectionSubPair(); in getPreviousSection()
425 MCSectionSubPair OldSection = I->first; in popSection()
427 MCSectionSubPair NewSection = I->first; in popSection()
456 MCSectionSubPair curSection = SectionStack.back().first;
458 if (MCSectionSubPair(Section, Subsection) != curSection)
[all …]
/openbsd-src/gnu/llvm/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()
1236 MCSectionSubPair curSection = SectionStack.back().first; in switchSection()
1238 if (MCSectionSubPair(Section, Subsection) != curSection) { in switchSection()
1240 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in switchSection()
H A DMCELFStreamer.cpp328 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp669 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
719 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
348 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1736 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
2550 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()