Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBBlock.cpp268 case eValueTypeVariableGlobal: in GetVariables()
325 case eValueTypeVariableGlobal: in GetVariables()
HDSBFrame.cpp597 case eValueTypeVariableGlobal: // global variable in FindValue()
615 if (value_type == eValueTypeVariableGlobal) { in FindValue()
843 case eValueTypeVariableGlobal: in GetVariables()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectMemory.cpp145 return lldb::eValueTypeVariableGlobal; in GetValueType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariable.cpp124 case eValueTypeVariableGlobal: in Dump()
289 case eValueTypeVariableGlobal: in IsInScope()
HDSymbolContext.cpp254 case eValueTypeVariableGlobal: in GetDescription()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp459 case eValueTypeVariableGlobal: in GetScopeString()
625 case eValueTypeVariableGlobal: in DoExecute()
HDCommandObjectTarget.cpp752 case eValueTypeVariableGlobal: in DumpValueObject()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h309 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp764 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable()
841 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp927 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp3462 scope = eValueTypeVariableGlobal; in ParseVariableDIE()