Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCStreamer.h46 typedef std::pair<MCSection *, const MCExpr *> MCSectionSubPair; typedef
180 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
274 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
277 return MCSectionSubPair(); in getCurrentSection()
282 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
285 return MCSectionSubPair(); in getPreviousSection()
315 MCSectionSubPair OldSection = I->first; in PopSection()
317 MCSectionSubPair NewSection = I->first; in PopSection()
346 MCSectionSubPair curSection = SectionStack.back().first;
348 if (MCSectionSubPair(Section, Subsection) != curSection)
[all …]
/external/llvm/lib/MC/
DMCStreamer.cpp45 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
61 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
708 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()
710 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()
712 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
DMCELFStreamer.cpp306 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp511 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
542 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
DDarwinAsmParser.cpp646 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp272 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
293 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1099 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()