enum FuncClass
Declared at: llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h:206
Enumerators
Name | Value | Comment |
---|---|---|
FC_None | 0 | |
FC_Public | 1 | |
FC_Protected | 2 | |
FC_Private | 4 | |
FC_Global | 8 | |
FC_Static | 16 | |
FC_Virtual | 32 | |
FC_Far | 64 | |
FC_ExternC | 128 | |
FC_NoParameterList | 256 | |
FC_VirtualThisAdjust | 512 | |
FC_VirtualThisAdjustEx | 1024 | |
FC_StaticThisAdjust | 2048 |