Searched refs:eValueTypeVariableGlobal (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBBlock.cpp | 261 case eValueTypeVariableGlobal: in GetVariables() 316 case eValueTypeVariableGlobal: in GetVariables()
|
| HD | SBFrame.cpp | 587 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/ |
| HD | ValueObjectMemory.cpp | 155 return lldb::eValueTypeVariableGlobal; in GetValueType()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | Variable.cpp | 124 case eValueTypeVariableGlobal: in Dump() 282 case eValueTypeVariableGlobal: in IsInScope()
|
| HD | SymbolContext.cpp | 270 case eValueTypeVariableGlobal: in GetDescription()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectFrame.cpp | 410 case eValueTypeVariableGlobal: in GetScopeString() 430 case eValueTypeVariableGlobal: in ScopeRequested()
|
| HD | CommandObjectTarget.cpp | 745 case eValueTypeVariableGlobal: in DumpValueObject()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/ |
| HD | lldb-enumerations.h | 318 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| HD | SymbolFileCTF.cpp | 906 symbol->GetName().AsCString(), type_sp, eValueTypeVariableGlobal, in ParseObjects()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| HD | SymbolFileNativePDB.cpp | 862 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/ |
| HD | SymbolFilePDB.cpp | 946 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/docs/ |
| HD | python_api_enums.rst | 497 .. py:data:: eValueTypeVariableGlobal
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.cpp | 3620 scope = eValueTypeVariableGlobal; in ParseVariableDIE()
|
| /freebsd-14-stable/lib/clang/liblldb/ |
| HD | LLDBWrapLua.cpp | 81245 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableGlobal", (lldb::eValueTypeVariableGlobal))},
|