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

  /external/llvm/include/llvm/MC/
MCStreamer.h 325 bool SubSection(const MCExpr *Subsection) {
329 SwitchSection(SectionStack.back().first.first, Subsection);
338 const MCExpr *Subsection = nullptr);
344 const MCExpr *Subsection = nullptr) {
348 if (MCSectionSubPair(Section, Subsection) != curSection)
349 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 75 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSubsection>(".subsection");
186 const MCExpr *Subsection = nullptr;
188 if (getParser().parseExpression(Subsection))
193 Subsection);
369 const MCExpr *Subsection = nullptr;
385 if (getParser().parseExpression(Subsection))
522 getStreamer().SwitchSection(ELFSection, Subsection);
719 const MCExpr *Subsection = nullptr;
721 if (getParser().parseExpression(Subsection))
728 getStreamer().SubSection(Subsection)
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]

Completed in 2691 milliseconds