Emit a .seh_pushframe directive.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

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

Parameters

Name

Description

Code

‐ True if this is a code‐stack push frame.

Loc

‐ Source location for diagnostics.

Created with MrDocs