llvm::MCStreamer::emitWinCFIPushFrame

Emit a .seh_pushframe directive.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitWinCFIPushFrame(
    bool Code,
    SMLoc Loc = SMLoc());

Parameters

NameDescription
Code- True if this is a code-stack push frame.
Loc- Source location for diagnostics.