Searched refs:eValueTypeVariableGlobal (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 261 case eValueTypeVariableGlobal: in GetVariables() 316 case eValueTypeVariableGlobal: in GetVariables()
|
| H A D | SBFrame.cpp | 587 case eValueTypeVariableGlobal: // global variable in FindValue() 605 if (value_type == eValueTypeVariableGlobal in FindValue() 826 case eValueTypeVariableGlobal: in GetVariables()
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 155 return lldb::eValueTypeVariableGlobal; in GetValueType()
|
| /src/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Variable.cpp | 124 case eValueTypeVariableGlobal: in Dump() 282 case eValueTypeVariableGlobal: in IsInScope()
|
| H A D | SymbolContext.cpp | 270 case eValueTypeVariableGlobal: in GetDescription()
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 410 case eValueTypeVariableGlobal: in GetScopeString() 430 case eValueTypeVariableGlobal: in ScopeRequested()
|
| H A D | CommandObjectTarget.cpp | 745 case eValueTypeVariableGlobal: in DumpValueObject()
|
| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 318 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 906 symbol->GetName().AsCString(), type_sp, eValueTypeVariableGlobal, in ParseObjects()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 862 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable() 957 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
|
| /src/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 497 .. py:data:: eValueTypeVariableGlobal
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 946 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 3620 scope = eValueTypeVariableGlobal; in ParseVariableDIE()
|
| /src/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 81245 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableGlobal", (lldb::eValueTypeVariableGlobal))},
|