Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCStreamer.h46 typedef std::pair<MCSection *, const MCExpr *> MCSectionSubPair; typedef
184 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
292 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
295 return MCSectionSubPair(); in getCurrentSection()
300 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
303 return MCSectionSubPair(); in getPreviousSection()
333 MCSectionSubPair OldSection = I->first; in PopSection()
335 MCSectionSubPair NewSection = I->first; in PopSection()
364 MCSectionSubPair curSection = SectionStack.back().first;
366 if (MCSectionSubPair(Section, Subsection) != curSection)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h56 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable
206 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
332 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
335 return MCSectionSubPair(); in getCurrentSection()
340 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
343 return MCSectionSubPair(); in getPreviousSection()
373 MCSectionSubPair OldSection = I->first; in PopSection()
375 MCSectionSubPair NewSection = I->first; in PopSection()
404 MCSectionSubPair curSection = SectionStack.back().first;
406 if (MCSectionSubPair(Section, Subsection) != curSection)
[all …]
/external/llvm/lib/MC/
DMCStreamer.cpp47 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
63 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
789 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()
791 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()
793 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
DMCELFStreamer.cpp310 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCStreamer.cpp80 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
91 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
995 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()
997 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()
999 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
DMCELFStreamer.cpp300 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
544 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
DDarwinAsmParser.cpp676 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp282 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
303 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp621 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
653 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
DDarwinAsmParser.cpp750 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp337 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
355 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1106 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1333 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()