Searched refs:MCSectionSubPair (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 46 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/ |
D | MCStreamer.h | 56 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/ |
D | MCStreamer.cpp | 47 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()
|
D | MCELFStreamer.cpp | 310 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCStreamer.cpp | 80 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()
|
D | MCELFStreamer.cpp | 300 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() 544 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
|
D | DarwinAsmParser.cpp | 676 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 282 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction() 303 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 621 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() 653 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
|
D | DarwinAsmParser.cpp | 750 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 337 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction() 355 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1106 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1333 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()
|