Searched refs:eValueTypeVariableGlobal (Results 1 – 13 of 13) sorted by relevance
251 case eValueTypeVariableGlobal: in GetVariables()306 case eValueTypeVariableGlobal: in GetVariables()
585 case eValueTypeVariableGlobal: // global variable in FindValue()603 if (value_type == eValueTypeVariableGlobal) { in FindValue()820 case eValueTypeVariableGlobal: in GetVariables()
151 return lldb::eValueTypeVariableGlobal; in GetValueType()
122 case eValueTypeVariableGlobal: in Dump()279 case eValueTypeVariableGlobal: in IsInScope()
257 case eValueTypeVariableGlobal: in GetDescription()
459 case eValueTypeVariableGlobal: in GetScopeString()627 case eValueTypeVariableGlobal: in DoExecute()
745 case eValueTypeVariableGlobal: in DumpValueObject()
318 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
263 elif enum == lldb.eValueTypeVariableGlobal:
859 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable()954 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
497 .. py:data:: eValueTypeVariableGlobal
942 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
3492 scope = eValueTypeVariableGlobal; in ParseVariableDIE()