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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 101 Asm->OutStreamer.PushSection();
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 60 &ELFAsmParser::ParseDirectivePushSection>(".pushsection");
383 getStreamer().PushSection();
395 return TokError(".popsection without corresponding .pushsection");
704 getStreamer().PushSection();
DarwinAsmParser.cpp 58 ".pushsection");
592 /// ::= .pushsection identifier (',' identifier)*
594 getStreamer().PushSection();
608 return TokError(".popsection without corresponding .pushsection");
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 193 /// values saved by PushSection.
323 /// pushSection - Save the current and previous section on the
325 void PushSection() {
  /external/llvm/lib/MC/
MCELFStreamer.cpp 303 PushSection();
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 888 OutStreamer.PushSection();
    [all...]

Completed in 153 milliseconds