Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp346 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
364 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
398 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
404 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
418 variable_list.RemoveVariableAtIndex(i); in GetValuesForVariableExpressionPath()
H A DVariableList.cpp54 VariableSP VariableList::RemoveVariableAtIndex(size_t idx) { in RemoveVariableAtIndex() function in VariableList
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariableList.h39 lldb::VariableSP RemoveVariableAtIndex(size_t idx);
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2238 variables.RemoveVariableAtIndex(pruned_idx); in FindGlobalVariables()