Searched refs:eValueTypeVariableGlobal (Results 1 – 13 of 13) sorted by relevance
260 case eValueTypeVariableGlobal: in GetVariables()317 case eValueTypeVariableGlobal: in GetVariables()
598 case eValueTypeVariableGlobal: // global variable in FindValue()616 if (value_type == eValueTypeVariableGlobal) { in FindValue()844 case eValueTypeVariableGlobal: in GetVariables()
151 return lldb::eValueTypeVariableGlobal; in GetValueType()
122 case eValueTypeVariableGlobal: in Dump()287 case eValueTypeVariableGlobal: in IsInScope()
257 case eValueTypeVariableGlobal: in GetDescription()
459 case eValueTypeVariableGlobal: in GetScopeString()625 case eValueTypeVariableGlobal: in DoExecute()
734 case eValueTypeVariableGlobal: in DumpValueObject()
317 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
744 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable()827 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
497 .. py:data:: eValueTypeVariableGlobal
931 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
3253 scope = eValueTypeVariableGlobal; in ParseVariableDIE()
70707 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableGlobal", lldb::eValueTypeVariableGlobal)},