Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBBlock.cpp283 case eValueTypeVariableGlobal: in GetVariables()
345 case eValueTypeVariableGlobal: in GetVariables()
DSBFrame.cpp852 case eValueTypeVariableGlobal: // global variable in FindValue()
869 if (value_type == eValueTypeVariableGlobal) in FindValue()
1118 case eValueTypeVariableGlobal: in GetVariables()
DSBValue.cpp452 …case eValueTypeVariableGlobal: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableGl… in GetValueType()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObjectMemory.cpp171 return lldb::eValueTypeVariableGlobal; in GetValueType()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DVariable.cpp119 case eValueTypeVariableGlobal: s->PutCString(m_external ? "global" : "static"); break; in Dump()
283 case eValueTypeVariableGlobal: in IsInScope()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-enumerations.h227 eValueTypeVariableGlobal = 1, // globals variable enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectFrame.cpp526 case eValueTypeVariableGlobal: in DoExecute()
DCommandObjectTarget.cpp728 case eValueTypeVariableGlobal: in DumpValueObject()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp7487 scope = eValueTypeVariableGlobal; in ParseVariableDIE()