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
Name | Value | Comment |
---|---|---|
DeploymentBased | 0 | Determine whether to set the bit statically or dynamically based on the deployment target. |
Always | 1 | Always set the bit. |
Never | 2 | Never set the bit. |