Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h126 lldb::ExpressionVariableSP GetVariableAtIndex(size_t index) { in GetVariableAtIndex() function
165 var_sp = GetVariableAtIndex(index); in GetVariable()
178 auto var_sp = GetVariableAtIndex(index); in GetVariable()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp247 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
302 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables()
H A DSBFunction.cpp176 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariableList.h37 lldb::VariableSP GetVariableAtIndex(size_t idx) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h87 var_sp = list.GetVariableAtIndex(index); in FindVariableInList()
H A DClangExpressionDeclMap.cpp161 m_found_entities.GetVariableAtIndex(entity_index)); in DidParse()
171 m_parser_vars->m_persistent_vars->GetVariableAtIndex(pvar_index)); in DidParse()
480 ExpressionVariableSP member_sp(m_struct_members.GetVariableAtIndex(index)); in GetStructElement()
646 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.cpp307 lldb::VariableSP var_sp = var_list_sp->GetVariableAtIndex(i); in AddLocalVariableDecls()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariableList.cpp47 VariableSP VariableList::GetVariableAtIndex(size_t idx) const { in GetVariableAtIndex() function in VariableList
H A DBlock.cpp453 VariableSP variable = variable_list_sp->GetVariableAtIndex(i); in AppendVariables()
H A DVariable.cpp395 VariableSP var_sp(variable_list.GetVariableAtIndex(i)); in GetValuesForVariableExpressionPath()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp540 var_sp = regex_var_list.GetVariableAtIndex(regex_idx); in DoExecute()
625 var_sp = variable_list->GetVariableAtIndex(i); in DoExecute()
H A DCommandObjectTarget.cpp867 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx)); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp367 persistent_state->GetVariableAtIndex(vi); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp581 VariableSP var = var_list.GetVariableAtIndex(0); in GetSymbolDeclarationFromAddress()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp459 return List.GetVariableAtIndex(0)->GetDeclContext(); in getDeclContext()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1932 VariableSP var_sp = globals_sp->GetVariableAtIndex(g); in GetGlobalAranges()
2233 VariableSP var_sp = variables.GetVariableAtIndex(pruned_idx); in FindGlobalVariables()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp2427 VariableSP var_sp(args.GetVariableAtIndex(arg_idx)); in PrettyPrintFunctionArguments()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3942 auto var = var_list.GetVariableAtIndex(0); in Dump()