Bit flags stored in FrameData::Flags.
Declared in <llvm/DebugInfo/CodeView/CodeView.h>
enum Unnamed enum : uint32_t;
| Name | Description |
|---|---|
HasSEH | Frame uses structured exception handling. |
HasEH | Frame uses C++ exception handling. |
IsFunctionStart | Frame marks the start of a function. |