Searched refs:emitWinCFIPushFrame (Results 1 – 5 of 5) sorted by relevance
367 void emitWinCFIPushFrame(bool Code, SMLoc Loc) override;2188 void MCAsmStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame() function in MCAsmStreamer2189 MCStreamer::emitWinCFIPushFrame(Code, Loc); in emitWinCFIPushFrame()
947 void MCStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame() function in MCStreamer
1064 virtual void emitWinCFIPushFrame(bool Code, SMLoc Loc = SMLoc());
2079 OutStreamer->emitWinCFIPushFrame(MI->getOperand(0).getImm()); in EmitSEHInstruction()
4975 getStreamer().emitWinCFIPushFrame(Code, Loc); in parseDirectiveSEHPushFrame()