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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 104 Asm->OutStreamer.PopSection();
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 61 addDirectiveHandler<&ELFAsmParser::ParseDirectivePopSection>(".popsection");
386 getStreamer().PopSection();
394 if (!getStreamer().PopSection())
395 return TokError(".popsection without corresponding .pushsection");
712 getStreamer().PopSection();
DarwinAsmParser.cpp 60 ".popsection");
597 getStreamer().PopSection();
605 /// ::= .popsection
607 if (!getStreamer().PopSection())
608 return TokError(".popsection without corresponding .pushsection");
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 319 /// This is called by PopSection and SwitchSection, if the current
330 /// popSection - Restore the current and previous section from
334 bool PopSection() {
  /external/llvm/lib/MC/
MCELFStreamer.cpp 311 PopSection();
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 966 OutStreamer.PopSection();
    [all...]

Completed in 57 milliseconds