/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 64 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable 216 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; 357 MCSectionSubPair getCurrentSection() const { in getCurrentSection() 360 return MCSectionSubPair(); in getCurrentSection() 365 MCSectionSubPair getPreviousSection() const { in getPreviousSection() 368 return MCSectionSubPair(); in getPreviousSection() 398 MCSectionSubPair OldSection = I->first; in PopSection() 400 MCSectionSubPair NewSection = I->first; in PopSection() 429 MCSectionSubPair curSection = SectionStack.back().first; 431 if (MCSectionSubPair(Section, Subsection) != curSection) [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 66 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCStreamer.h | 66 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable 236 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; 388 MCSectionSubPair getCurrentSection() const { in getCurrentSection() 391 return MCSectionSubPair(); in getCurrentSection() 396 MCSectionSubPair getPreviousSection() const { in getPreviousSection() 399 return MCSectionSubPair(); in getPreviousSection() 429 MCSectionSubPair OldSection = I->first; in popSection() 431 MCSectionSubPair NewSection = I->first; in popSection() 460 MCSectionSubPair curSection = SectionStack.back().first; 462 if (MCSectionSubPair(Section, Subsection) != curSection) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCStreamer.h | 66 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable 236 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; 388 MCSectionSubPair getCurrentSection() const { in getCurrentSection() 391 return MCSectionSubPair(); in getCurrentSection() 396 MCSectionSubPair getPreviousSection() const { in getPreviousSection() 399 return MCSectionSubPair(); in getPreviousSection() 429 MCSectionSubPair OldSection = I->first; in popSection() 431 MCSectionSubPair NewSection = I->first; in popSection() 460 MCSectionSubPair curSection = SectionStack.back().first; 462 if (MCSectionSubPair(Section, Subsection) != curSection) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCStreamer.h | 66 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable 236 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; 388 MCSectionSubPair getCurrentSection() const { in getCurrentSection() 391 return MCSectionSubPair(); in getCurrentSection() 396 MCSectionSubPair getPreviousSection() const { in getPreviousSection() 399 return MCSectionSubPair(); in getPreviousSection() 429 MCSectionSubPair OldSection = I->first; in popSection() 431 MCSectionSubPair NewSection = I->first; in popSection() 460 MCSectionSubPair curSection = SectionStack.back().first; 462 if (MCSectionSubPair(Section, Subsection) != curSection) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCStreamer.h | 66 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable 236 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; 388 MCSectionSubPair getCurrentSection() const { in getCurrentSection() 391 return MCSectionSubPair(); in getCurrentSection() 396 MCSectionSubPair getPreviousSection() const { in getPreviousSection() 399 return MCSectionSubPair(); in getPreviousSection() 429 MCSectionSubPair OldSection = I->first; in popSection() 431 MCSectionSubPair NewSection = I->first; in popSection() 460 MCSectionSubPair curSection = SectionStack.back().first; 462 if (MCSectionSubPair(Section, Subsection) != curSection) [all …]
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A 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()
|
H A D | MCELFStreamer.cpp | 310 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 94 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer() 105 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset() 1105 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection() 1107 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection() 1109 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
|
H A D | MCELFStreamer.cpp | 304 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 97 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 D | MCELFStreamer.cpp | 325 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
|
/aosp_15_r20/external/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() 544 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
|
H A D | DarwinAsmParser.cpp | 676 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 282 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction() 303 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 109 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 669 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() 719 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 627 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() 659 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
|
H A D | DarwinAsmParser.cpp | 754 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction() 347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction() 348 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 1411 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel() 1677 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionDescriptor()
|