enum class EncodedFramePtrReg
Description
Two-bit value indicating which register is the designated frame pointer register. Appears in the S_FRAMEPROC record flags.
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:536
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
StackPtr | 1 | |
FramePtr | 2 | |
BasePtr | 3 |