Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBBlock.cpp261 case eValueTypeVariableGlobal: in GetVariables()
316 case eValueTypeVariableGlobal: in GetVariables()
HDSBFrame.cpp587 case eValueTypeVariableGlobal: // global variable in FindValue()
605 if (value_type == eValueTypeVariableGlobal in FindValue()
826 case eValueTypeVariableGlobal: in GetVariables()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectMemory.cpp155 return lldb::eValueTypeVariableGlobal; in GetValueType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariable.cpp124 case eValueTypeVariableGlobal: in Dump()
282 case eValueTypeVariableGlobal: in IsInScope()
HDSymbolContext.cpp270 case eValueTypeVariableGlobal: in GetDescription()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp410 case eValueTypeVariableGlobal: in GetScopeString()
430 case eValueTypeVariableGlobal: in ScopeRequested()
HDCommandObjectTarget.cpp745 case eValueTypeVariableGlobal: in DumpValueObject()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h318 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
HDSymbolFileCTF.cpp906 symbol->GetName().AsCString(), type_sp, eValueTypeVariableGlobal, in ParseObjects()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp862 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable()
957 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp946 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst497 .. py:data:: eValueTypeVariableGlobal
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp3620 scope = eValueTypeVariableGlobal; in ParseVariableDIE()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81245 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableGlobal", (lldb::eValueTypeVariableGlobal))},