Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h125 lldb::ExpressionVariableSP GetVariableAtIndex(size_t index) { in GetVariableAtIndex() function
164 var_sp = GetVariableAtIndex(index); in GetVariable()
177 auto var_sp = GetVariableAtIndex(index); in GetVariable()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp257 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
312 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
H A DSBFunction.cpp191 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariableList.h37 lldb::VariableSP GetVariableAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h91 var_sp = list.GetVariableAtIndex(index); in FindVariableInList()
H A DClangExpressionDeclMap.cpp160 m_found_entities.GetVariableAtIndex(entity_index)); in DidParse()
170 m_parser_vars->m_persistent_vars->GetVariableAtIndex(pvar_index)); in DidParse()
478 ExpressionVariableSP member_sp(m_struct_members.GetVariableAtIndex(index)); in GetStructElement()
640 return vars.GetVariableAtIndex(0); in FindGlobalVariable()
1072 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()
1084 VariableSP candidate_var = vars->GetVariableAtIndex(vi); in LookupLocalVariable()
H A DClangExpressionSourceCode.cpp319 lldb::VariableSP var_sp = var_list_sp->GetVariableAtIndex(i); in AddLocalVariableDecls()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp47 VariableSP VariableList::GetVariableAtIndex(size_t idx) const { in GetVariableAtIndex() function in VariableList
H A DBlock.cpp469 VariableSP variable = variable_list_sp->GetVariableAtIndex(i); in AppendVariables()
H A DVariable.cpp397 VariableSP var_sp(variable_list.GetVariableAtIndex(i)); in GetValuesForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp373 persistent_state->GetVariableAtIndex(vi); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp583 VariableSP var = var_list.GetVariableAtIndex(0); in GetSymbolDeclarationFromAddress()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp621 VariableSP var_sp = variable_list->GetVariableAtIndex(i); in DoExecute()
H A DCommandObjectTarget.cpp868 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx)); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2122 VariableSP var_sp = globals_sp->GetVariableAtIndex(g); in GetGlobalAranges()
2431 VariableSP var_sp = variables.GetVariableAtIndex(pruned_idx); in FindGlobalVariables()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2465 VariableSP var_sp(args.GetVariableAtIndex(arg_idx)); in PrettyPrintFunctionArguments()