enum class ProcSymFlags
Description
Corresponds to the CV_PROCFLAGS bitfield.
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:428
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
HasFP | 1 | |
HasIRET | 2 | |
HasFRET | 4 | |
IsNoReturn | 8 | |
IsUnreachable | 16 | |
HasCustomCallingConv | 32 | |
IsNoInline | 64 | |
HasOptimizedDebugInfo | 128 |