Home
last modified time | relevance | path

Searched refs:GetVariableAtIndex (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionVariable.h136 lldb::ExpressionVariableSP GetVariableAtIndex(size_t index) { in GetVariableAtIndex() function
177 var_sp = GetVariableAtIndex(index); in GetVariable()
190 auto var_sp = GetVariableAtIndex(index); in GetVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp212 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
265 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
H A DSBFunction.cpp177 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName()
H A DSBModule.cpp389 target_sp.get(), variable_list.GetVariableAtIndex(i)); in FindGlobalVariables()
H A DSBTarget.cpp1919 exe_scope, variable_list.GetVariableAtIndex(i))); in FindGlobalVariables()
1963 exe_scope, variable_list.GetVariableAtIndex(i))); in FindGlobalVariables()
H A DSBFrame.cpp989 VariableSP variable_sp(variable_list->GetVariableAtIndex(i)); in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariableList.h38 lldb::VariableSP GetVariableAtIndex(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp410 VariableSP var_sp(variable_list.GetVariableAtIndex(i)); in GetValuesForVariableExpressionPath()
625 Variable *variable = variable_list->GetVariableAtIndex(i).get(); in PrivateAutoComplete()
728 Variable *variable = variable_list->GetVariableAtIndex(i).get(); in PrivateAutoComplete()
H A DVariableList.cpp52 VariableSP VariableList::GetVariableAtIndex(size_t idx) const { in GetVariableAtIndex() function in VariableList
H A DBlock.cpp393 VariableSP variable = block_var_list->GetVariableAtIndex(i); in AppendBlockVariables()
426 VariableSP variable = variable_list_sp->GetVariableAtIndex(i); in AppendVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp139 m_found_entities.GetVariableAtIndex(entity_index)); in DidParse()
149 m_parser_vars->m_persistent_vars->GetVariableAtIndex(pvar_index)); in DidParse()
563 ExpressionVariableSP member_sp(m_struct_members.GetVariableAtIndex(index)); in GetStructElement()
730 VariableSP var_sp = vars.GetVariableAtIndex(i); in FindGlobalVariable()
737 return vars.GetVariableAtIndex(0); in FindGlobalVariable()
1213 vars->GetVariableAtIndex(i)->GetDecl(); in FindExternalVisibleDecls()
1225 VariableSP candidate_var = vars->GetVariableAtIndex(vi); in FindExternalVisibleDecls()
1829 ExpressionVariableSP entity = m_found_entities.GetVariableAtIndex(index); in ResolveUnknownTypes()
H A DClangExpressionVariable.h94 var_sp = list.GetVariableAtIndex(index); in FindVariableInList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp168 lldb::VariableSP var_sp = var_list_sp->GetVariableAtIndex(i); in AddLocalVariableDecls()
H A DREPL.cpp336 persistent_state->GetVariableAtIndex(vi); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp566 var_sp = regex_var_list.GetVariableAtIndex(regex_idx); in DoExecute()
654 var_sp = variable_list->GetVariableAtIndex(i); in DoExecute()
H A DCommandObjectTarget.cpp836 VariableSP var_sp(variable_list.GetVariableAtIndex(i)); in DumpGlobalVariableList()
890 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx)); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp571 VariableSP variable_sp = variable_list->GetVariableAtIndex(i); in GetValueForVariableExpressionPath()
1521 VariableSP var_sp = variables.GetVariableAtIndex(vi); in DoGuessValueAt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddress.cpp704 Variable *var = variable_list.GetVariableAtIndex(var_idx).get(); in Dump()
H A DFormatEntity.cpp1692 VariableSP var_sp(args.GetVariableAtIndex(arg_idx)); in Format()
H A DIOHandler.cpp3039 locals->GetVariableAtIndex(i), use_dynamic); in WindowDelegateDraw()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp580 VariableSP var = var_list.GetVariableAtIndex(0); in GetSymbolDeclarationFromAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1753 VariableSP var_sp = globals_sp->GetVariableAtIndex(g); in GetGlobalAranges()
2141 VariableSP var_sp = variables.GetVariableAtIndex(pruned_idx); in FindGlobalVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2327 const VariableSP var_sp(var_list.GetVariableAtIndex(i)); in FindStructTypeName()
4068 auto var = var_list.GetVariableAtIndex(0); in Dump()