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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 112 Asm->OutStreamer.PopSection();
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 61 AddDirectiveHandler<&ELFAsmParser::ParseDirectivePopSection>(".popsection");
316 getStreamer().PopSection();
324 if (!getStreamer().PopSection())
325 return TokError(".popsection without corresponding .pushsection");
520 getStreamer().PopSection();
  /external/llvm/include/llvm/MC/
MCStreamer.h 180 /// This is called by PopSection and SwitchSection, if the current
191 /// popSection - Restore the current and previous section from
195 bool PopSection() {

Completed in 24 milliseconds