Home
last modified time | relevance | path

Searched refs:MCSectionSubPair (Results 1 – 24 of 24) 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-10.0/llvm/include/llvm/MC/
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 …]
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h64 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable
217 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
369 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
372 return MCSectionSubPair(); in getCurrentSection()
377 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
380 return MCSectionSubPair(); in getPreviousSection()
410 MCSectionSubPair OldSection = I->first; in PopSection()
412 MCSectionSubPair NewSection = I->first; in PopSection()
441 MCSectionSubPair curSection = SectionStack.back().first;
443 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-10.0/llvm/lib/MC/
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()
DMCELFStreamer.cpp304 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/external/llvm-project/llvm/lib/MC/
DMCStreamer.cpp94 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
105 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
1142 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()
1144 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()
1146 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
DMCELFStreamer.cpp321 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp109 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp109 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/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp636 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
682 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
DDarwinAsmParser.cpp754 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp627 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
659 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
DDarwinAsmParser.cpp754 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1411 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()
1677 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionDescriptor()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1465 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
1828 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1106 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()