Home
last modified time | relevance | path

Searched refs:RemoveVariableAtIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariable.cpp349 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
367 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
400 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
406 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
419 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
HDVariableList.cpp54 VariableSP VariableList::RemoveVariableAtIndex(size_t idx) { in RemoveVariableAtIndex() function in VariableList
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDVariableList.h39 lldb::VariableSP RemoveVariableAtIndex(size_t idx);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2436 variables.RemoveVariableAtIndex(pruned_idx); in FindGlobalVariables()