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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 111 Asm->OutStreamer.PopSection();
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 63 addDirectiveHandler<&ELFAsmParser::ParseDirectivePopSection>(".popsection");
320 getStreamer().PopSection();
328 if (!getStreamer().PopSection())
329 return TokError(".popsection without corresponding .pushsection");
533 getStreamer().PopSection();
586 getStreamer().PopSection();
DarwinAsmParser.cpp 57 ".popsection");
551 getStreamer().PopSection();
559 /// ::= .popsection
561 if (!getStreamer().PopSection())
562 return TokError(".popsection without corresponding .pushsection");
  /external/llvm/include/llvm/MC/
MCStreamer.h 193 /// This is called by PopSection and SwitchSection, if the current
204 /// popSection - Restore the current and previous section from
208 bool PopSection() {

Completed in 107 milliseconds