enum class FrameProcedureOptions
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:218
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
HasAlloca | 1 | |
HasSetJmp | 2 | |
HasLongJmp | 4 | |
HasInlineAssembly | 8 | |
HasExceptionHandling | 16 | |
MarkedInline | 32 | |
HasStructuredExceptionHandling | 64 | |
Naked | 128 | |
SecurityChecks | 256 | |
AsynchronousExceptionHandling | 512 | |
NoStackOrderingForSecurityChecks | 1024 | |
Inlined | 2048 | |
StrictSecurityChecks | 4096 | |
SafeBuffers | 8192 | |
EncodedLocalBasePointerMask | 49152 | |
EncodedParamBasePointerMask | 196608 | |
ProfileGuidedOptimization | 262144 | |
ValidProfileCounts | 524288 | |
OptimizedForSpeed | 1048576 | |
GuardCfg | 2097152 | |
GuardCfw | 4194304 |