enum PDB_UndnameFlags
Description
These values correspond to the flags that can be combined to control the return of an undecorated name for a C++ decorated name, and are documented here: https://msdn.microsoft.com/en-us/library/kszfk0fs.aspx
Declared at: llvm/include/llvm/DebugInfo/PDB/PDBTypes.h:362
Enumerators
Name | Value | Comment |
---|---|---|
Undname_Complete | 0 | |
Undname_NoLeadingUnderscores | 1 | |
Undname_NoMsKeywords | 2 | |
Undname_NoFuncReturns | 4 | |
Undname_NoAllocModel | 8 | |
Undname_NoAllocLang | 16 | |
Undname_Reserved1 | 32 | |
Undname_Reserved2 | 64 | |
Undname_NoThisType | 96 | |
Undname_NoAccessSpec | 128 | |
Undname_NoThrowSig | 256 | |
Undname_NoMemberType | 512 | |
Undname_NoReturnUDTModel | 1024 | |
Undname_32BitDecode | 2048 | |
Undname_NameOnly | 4096 | |
Undname_TypeOnly | 8192 | |
Undname_HaveParams | 16384 | |
Undname_NoECSU | 32768 | |
Undname_NoIdentCharCheck | 65536 | |
Undname_NoPTR64 | 131072 |