Home
last modified time | relevance | path

Searched refs:emitWinCFIPushFrame (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp390 void emitWinCFIPushFrame(bool Code, SMLoc Loc) override;
2284 void MCAsmStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame() function in MCAsmStreamer
2285 MCStreamer::emitWinCFIPushFrame(Code, Loc); in emitWinCFIPushFrame()
H A DMCStreamer.cpp952 void MCStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame() function in MCStreamer
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h1041 virtual void emitWinCFIPushFrame(bool Code, SMLoc Loc = SMLoc());
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1774 OutStreamer->emitWinCFIPushFrame(MI->getOperand(0).getImm()); in EmitSEHInstruction()
/src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4954 getStreamer().emitWinCFIPushFrame(Code, Loc); in parseDirectiveSEHPushFrame()