Searched refs:emitWinCFIPushFrame (Results 1 – 5 of 5) sorted by relevance
389 void emitWinCFIPushFrame(bool Code, SMLoc Loc) override;2272 void MCAsmStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame() function in MCAsmStreamer2273 MCStreamer::emitWinCFIPushFrame(Code, Loc); in emitWinCFIPushFrame()
969 void MCStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame() function in MCStreamer
1028 virtual void emitWinCFIPushFrame(bool Code, SMLoc Loc = SMLoc());
1788 OutStreamer->emitWinCFIPushFrame(MI->getOperand(0).getImm()); in EmitSEHInstruction()
5051 getStreamer().emitWinCFIPushFrame(Code, Loc); in parseDirectiveSEHPushFrame()