Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp216 case eValueTypeVariableGlobal: in GetVariables()
269 case eValueTypeVariableGlobal: in GetVariables()
H A DSBFrame.cpp730 case eValueTypeVariableGlobal: // global variable in FindValue()
748 if (value_type == eValueTypeVariableGlobal) { in FindValue()
993 case eValueTypeVariableGlobal: in GetVariables()
H A DSBValue.cpp400 case eValueTypeVariableGlobal: in GetValueType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectMemory.cpp148 return lldb::eValueTypeVariableGlobal; in GetValueType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp123 case eValueTypeVariableGlobal: in Dump()
288 case eValueTypeVariableGlobal: in IsInScope()
H A DSymbolContext.cpp274 case eValueTypeVariableGlobal: in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp490 case eValueTypeVariableGlobal: in GetScopeString()
656 case eValueTypeVariableGlobal: in DoExecute()
H A DCommandObjectTarget.cpp759 case eValueTypeVariableGlobal: in DumpValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h332 eValueTypeVariableGlobal = 1, // globals variable enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp740 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable()
817 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp878 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3491 scope = eValueTypeVariableGlobal; in ParseVariableDIE()