Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/include/llvm/MC/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCStreamer.h64 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 DMCStreamer.h66 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/
DMCStreamer.h66 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/
DMCStreamer.h66 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/
DMCStreamer.h66 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/
DMCStreamer.h66 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 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()
H A DMCELFStreamer.cpp310 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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()
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 DMCELFStreamer.cpp304 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCStreamer.cpp97 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 DMCELFStreamer.cpp325 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
544 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp676 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp282 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
303 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp109 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp669 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 DELFAsmParser.cpp627 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
659 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp754 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp329 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 DHexagonAsmPrinter.cpp329 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 DPPCAsmPrinter.cpp1411 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()
1677 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionDescriptor()

12