HomeSort by: relevance | last modified time | path
    Searched refs:PopSection (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp 70 Streamer->PopSection();
MipsTargetStreamer.cpp 1035 OS.PopSection();
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinCOFFStreamer.cpp 292 PopSection();
307 PopSection();
MCMachOStreamer.cpp 448 PopSection();
MCELFStreamer.cpp 390 PopSection();
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 331 OutStreamer->PopSection();
386 OutStreamer->PopSection();
443 OutStreamer->PopSection();
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
COFFMasmParser.cpp 309 getStreamer().PopSection();
ELFAsmParser.cpp 70 addDirectiveHandler<&ELFAsmParser::ParseDirectivePopSection>(".popsection");
383 getStreamer().PopSection();
391 if (!getStreamer().PopSection())
392 return TokError(".popsection without corresponding .pushsection");
853 getStreamer().PopSection();
DarwinAsmParser.cpp 79 ".popsection");
734 getStreamer().PopSection();
742 /// ::= .popsection
744 if (!getStreamer().PopSection())
745 return TokError(".popsection without corresponding .pushsection");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 519 S.PopSection();
694 OS.PopSection();
815 OS.PopSection();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCStreamer.h 114 /// This is called by PopSection and SwitchSection, if the current
391 /// This is called by PopSection and SwitchSection, if the current
405 bool PopSection() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 1122 OutStreamer->PopSection();
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 589 OutStreamer->PopSection();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 173 Asm->OutStreamer->PopSection();
AsmPrinter.cpp 1151 OutStreamer->PopSection();
1185 OutStreamer->PopSection();
2368 OutStreamer->PopSection();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 272 Streamer.PopSection();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 1539 MES->PopSection();

Completed in 33 milliseconds