Searched refs:eValueTypeVariableGlobal (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 260 case eValueTypeVariableGlobal: in GetVariables() 315 case eValueTypeVariableGlobal: in GetVariables()
|
| H A D | SBFrame.cpp | 588 case eValueTypeVariableGlobal: // global variable in FindValue() 606 if (value_type == eValueTypeVariableGlobal in FindValue() 827 case eValueTypeVariableGlobal: in GetVariables()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Variable.cpp | 124 case eValueTypeVariableGlobal: in Dump() 281 case eValueTypeVariableGlobal: in IsInScope()
|
| H A D | SymbolContext.cpp | 276 case eValueTypeVariableGlobal: in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectMemory.cpp | 159 return lldb::eValueTypeVariableGlobal; in GetValueType()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 434 case eValueTypeVariableGlobal: in GetScopeString() 454 case eValueTypeVariableGlobal: in ScopeRequested()
|
| H A D | CommandObjectTarget.cpp | 744 case eValueTypeVariableGlobal: in DumpValueObject()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 325 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 904 symbol->GetName().AsCString(), type_sp, eValueTypeVariableGlobal, in ParseObjects()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 859 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable() 954 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
|
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 497 .. py:data:: eValueTypeVariableGlobal
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 932 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 3533 scope = eValueTypeVariableGlobal; in ParseVariableDIE()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 82643 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableGlobal", (lldb::eValueTypeVariableGlobal))},
|