Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h64 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable
217 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
369 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
372 return MCSectionSubPair(); in getCurrentSection()
377 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
380 return MCSectionSubPair(); in getPreviousSection()
410 MCSectionSubPair OldSection = I->first; in PopSection()
412 MCSectionSubPair NewSection = I->first; in PopSection()
441 MCSectionSubPair curSection = SectionStack.back().first;
443 if (MCSectionSubPair(Section, Subsection) != curSection)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp94 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
105 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
1195 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()
1197 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()
1199 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
H A DMCELFStreamer.cpp317 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp109 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp648 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
700 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1586 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
2242 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()