Searched refs:emitWinCFIPushFrame (Results 1 – 5 of 5) sorted by relevance
390 void emitWinCFIPushFrame(bool Code, SMLoc Loc) override;2284 void MCAsmStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame() function in MCAsmStreamer2285 MCStreamer::emitWinCFIPushFrame(Code, Loc); in emitWinCFIPushFrame()
952 void MCStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame() function in MCStreamer
1041 virtual void emitWinCFIPushFrame(bool Code, SMLoc Loc = SMLoc());
1774 OutStreamer->emitWinCFIPushFrame(MI->getOperand(0).getImm()); in EmitSEHInstruction()
4954 getStreamer().emitWinCFIPushFrame(Code, Loc); in parseDirectiveSEHPushFrame()