Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBBlock.cpp291 case eValueTypeVariableGlobal: in GetVariables()
353 case eValueTypeVariableGlobal: in GetVariables()
HDSBFrame.cpp879 case eValueTypeVariableGlobal: // global variable in FindValue()
895 if (value_type == eValueTypeVariableGlobal) in FindValue()
1174 case eValueTypeVariableGlobal: in GetVariables()
HDSBValue.cpp504 case eValueTypeVariableGlobal: in GetValueType()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectMemory.cpp179 return lldb::eValueTypeVariableGlobal; in GetValueType()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDVariable.cpp147 case eValueTypeVariableGlobal: s->PutCString(m_external ? "global" : "static"); break; in Dump()
318 case eValueTypeVariableGlobal: in IsInScope()
HDSymbolContext.cpp352 case eValueTypeVariableGlobal: in GetDescription()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectFrame.cpp526 case eValueTypeVariableGlobal: in DoExecute()
HDCommandObjectTarget.cpp796 case eValueTypeVariableGlobal: in DumpValueObject()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h277 eValueTypeVariableGlobal = 1, // globals variable enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp7592 scope = eValueTypeVariableGlobal; in ParseVariableDIE()