Home
last modified time | relevance | path

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

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