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");
323 getStreamer().PushSection();
335 return TokError(".popsection without corresponding .pushsection");
546 getStreamer().PushSection();
599 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 90 /// values saved by PushSection.
198 /// pushSection - Save the current and previous section on the
200 void PushSection() {

Completed in 163 milliseconds