Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBBlock.cpp260 case eValueTypeVariableGlobal: in GetVariables()
317 case eValueTypeVariableGlobal: in GetVariables()
DSBFrame.cpp598 case eValueTypeVariableGlobal: // global variable in FindValue()
616 if (value_type == eValueTypeVariableGlobal) { in FindValue()
844 case eValueTypeVariableGlobal: in GetVariables()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObjectMemory.cpp151 return lldb::eValueTypeVariableGlobal; in GetValueType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DVariable.cpp122 case eValueTypeVariableGlobal: in Dump()
287 case eValueTypeVariableGlobal: in IsInScope()
DSymbolContext.cpp257 case eValueTypeVariableGlobal: in GetDescription()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp459 case eValueTypeVariableGlobal: in GetScopeString()
625 case eValueTypeVariableGlobal: in DoExecute()
DCommandObjectTarget.cpp734 case eValueTypeVariableGlobal: in DumpValueObject()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h317 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp744 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable()
827 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst497 .. py:data:: eValueTypeVariableGlobal
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp931 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3253 scope = eValueTypeVariableGlobal; in ParseVariableDIE()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp70707 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableGlobal", lldb::eValueTypeVariableGlobal)},