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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp 65 Streamer->PopSection();
MipsTargetStreamer.cpp 899 OS.PopSection();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 112 Asm->OutStreamer.PopSection();
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 272 OS.PopSection();
307 OS.PopSection();
316 OS.PopSection();
  /external/swiftshader/third_party/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");
519 getStreamer().PopSection();
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 59 addDirectiveHandler<&ELFAsmParser::ParseDirectivePopSection>(".popsection");
343 getStreamer().PopSection();
351 if (!getStreamer().PopSection())
352 return TokError(".popsection without corresponding .pushsection");
690 getStreamer().PopSection();
DarwinAsmParser.cpp 66 ".popsection");
658 getStreamer().PopSection();
666 /// ::= .popsection
668 if (!getStreamer().PopSection())
669 return TokError(".popsection without corresponding .pushsection");
    [all...]
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 234 PopSection();
MCELFStreamer.cpp 382 PopSection();
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCStreamer.h 178 /// This is called by PopSection and SwitchSection, if the current
189 /// popSection - Restore the current and previous section from
193 bool PopSection() {
  /external/llvm/include/llvm/MC/
MCStreamer.h 314 /// This is called by PopSection and SwitchSection, if the current
328 bool PopSection() {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 146 Asm->OutStreamer->PopSection();
256 Asm->OutStreamer->PopSection();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]

Completed in 7807 milliseconds