Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariableList.h37 lldb::VariableSP GetVariableAtIndex(size_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp256 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
313 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
H A DSBFunction.cpp182 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h87 var_sp = list.GetVariableAtIndex(index); in FindVariableInList()
H A DClangExpressionDeclMap.cpp140 m_found_entities.GetVariableAtIndex(entity_index)); in DidParse()
150 m_parser_vars->m_persistent_vars->GetVariableAtIndex(pvar_index)); in DidParse()
456 ExpressionVariableSP member_sp(m_struct_members.GetVariableAtIndex(index)); in GetStructElement()
622 return vars.GetVariableAtIndex(0); in FindGlobalVariable()
1079 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()
1091 VariableSP candidate_var = vars->GetVariableAtIndex(vi); in LookupLocalVariable()
H A DClangExpressionSourceCode.cpp274 lldb::VariableSP var_sp = var_list_sp->GetVariableAtIndex(i); in AddLocalVariableDecls()
/freebsd-13.1/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.cpp442 VariableSP variable = variable_list_sp->GetVariableAtIndex(i); in AppendVariables()
H A DVariable.cpp403 VariableSP var_sp(variable_list.GetVariableAtIndex(i)); in GetValuesForVariableExpressionPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp535 var_sp = regex_var_list.GetVariableAtIndex(regex_idx); in DoExecute()
623 var_sp = variable_list->GetVariableAtIndex(i); in DoExecute()
H A DCommandObjectTarget.cpp856 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx)); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp362 persistent_state->GetVariableAtIndex(vi); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp580 VariableSP var = var_list.GetVariableAtIndex(0); in GetSymbolDeclarationFromAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1797 VariableSP var_sp = globals_sp->GetVariableAtIndex(g); in GetGlobalAranges()
2088 VariableSP var_sp = variables.GetVariableAtIndex(pruned_idx); in FindGlobalVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1692 VariableSP var_sp(args.GetVariableAtIndex(arg_idx)); in Format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3957 auto var = var_list.GetVariableAtIndex(0); in Dump()