HomeSort by relevance Sort by last modified time
    Searched refs:SubSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCStreamer.h 345 bool SubSection(const MCExpr *Subsection) {
349 SwitchSection(SectionStack.back().first.first, Subsection);
358 const MCExpr *Subsection = nullptr) {
362 if (MCSectionSubPair(Section, Subsection) != curSection) {
363 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
364 ChangeSection(Section, Subsection);
372 const MCExpr *Subsection = nullptr) {
376 if (MCSectionSubPair(Section, Subsection) != curSection)
377 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 77 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSubsection>(".subsection");
196 const MCExpr *Subsection = nullptr;
198 if (getParser().parseExpression(Subsection))
204 Subsection);
414 const MCExpr *Subsection = nullptr;
428 if (getParser().parseExpression(Subsection))
550 getStreamer().SwitchSection(ELFSection, Subsection);
743 const MCExpr *Subsection = nullptr;
745 if (getParser().parseExpression(Subsection))
752 getStreamer().SubSection(Subsection)
    [all...]

Completed in 251 milliseconds