Home
last modified time | relevance | path

Searched refs:AppendVariablesWithScope (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariableList.h63 size_t AppendVariablesWithScope(lldb::ValueType type, VariableList &var_list,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp128 size_t VariableList::AppendVariablesWithScope(lldb::ValueType type, in AppendVariablesWithScope() function in VariableList
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp188 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in GetArgumentName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1985 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in PrintFunctionNameWithArgs()
2082 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in HandleFrameFormatVariable()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1221 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in PrintFunctionNameWithArgs()