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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 106 Asm->OutStreamer.PushSection();
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 62 &ELFAsmParser::ParseDirectivePushSection>(".pushsection");
317 getStreamer().PushSection();
329 return TokError(".popsection without corresponding .pushsection");
525 getStreamer().PushSection();
578 getStreamer().PushSection();
DarwinAsmParser.cpp 55 ".pushsection");
546 /// ::= .pushsection identifier (',' identifier)*
548 getStreamer().PushSection();
562 return TokError(".popsection without corresponding .pushsection");
  /external/llvm/include/llvm/MC/
MCStreamer.h 88 /// values saved by PushSection.
197 /// pushSection - Save the current and previous section on the
199 void PushSection() {

Completed in 49 milliseconds