Home
last modified time | relevance | path

Searched refs:eValueTypeVariableGlobal (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp251 case eValueTypeVariableGlobal: in GetVariables()
306 case eValueTypeVariableGlobal: in GetVariables()
H A DSBFrame.cpp585 case eValueTypeVariableGlobal: // global variable in FindValue()
603 if (value_type == eValueTypeVariableGlobal) { in FindValue()
820 case eValueTypeVariableGlobal: in GetVariables()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectMemory.cpp151 return lldb::eValueTypeVariableGlobal; in GetValueType()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp122 case eValueTypeVariableGlobal: in Dump()
279 case eValueTypeVariableGlobal: in IsInScope()
H A DSymbolContext.cpp257 case eValueTypeVariableGlobal: in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp459 case eValueTypeVariableGlobal: in GetScopeString()
627 case eValueTypeVariableGlobal: in DoExecute()
H A DCommandObjectTarget.cpp745 case eValueTypeVariableGlobal: in DumpValueObject()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h318 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py263 elif enum == lldb.eValueTypeVariableGlobal:
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp859 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable()
954 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst497 .. py:data:: eValueTypeVariableGlobal
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp942 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3492 scope = eValueTypeVariableGlobal; in ParseVariableDIE()