Home
last modified time | relevance | path

Searched refs:PopSection (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp326 getStreamer().PopSection(); in ParseDirectivePushSection()
334 if (!getStreamer().PopSection()) in ParseDirectivePopSection()
554 getStreamer().PopSection(); in ParseDirectiveIdent()
607 getStreamer().PopSection(); in ParseDirectiveVersion()
DDarwinAsmParser.cpp551 getStreamer().PopSection(); in ParseDirectivePushSection()
561 if (!getStreamer().PopSection()) in ParseDirectivePopSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DWin64Exception.cpp111 Asm->OutStreamer.PopSection(); in EndFunction()
/external/llvm/include/llvm/MC/
DMCStreamer.h209 bool PopSection() { in PopSection() function