enum class SwiftAsyncFramePointerMode

Description

Indicates when and how the Swift async frame pointer bit should be set.

Declared at: llvm/include/llvm/Target/TargetOptions.h:114

Enumerators

NameValueComment
DeploymentBased0Determine whether to set the bit statically or dynamically based on the deployment target.
Always1Always set the bit.
Never2Never set the bit.