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:544

Enumerators

NameValueComment
None0
StackPtr1
FramePtr2
BasePtr3