enum PDB_NameSearchFlags

Description

Defines flags used for enumerating child symbols. This corresponds to the NameSearchOptions enumeration which is documented here: https://msdn.microsoft.com/en-us/library/yat28ads.aspx

Declared at: llvm/include/llvm/DebugInfo/PDB/PDBTypes.h:102

Enumerators

NameValueComment
NS_Default0
NS_CaseSensitive1
NS_CaseInsensitive2
NS_FileNameExtMatch4
NS_Regex8
NS_UndecoratedName16
NS_CaseInFileNameExt6
NS_CaseRegex9
NS_CaseInRex10