Home
last modified time | relevance | path

Searched defs:variable_sp (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp256 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables() local
311 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables() local
H A DSBFunction.cpp190 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName() local
H A DSBFrame.cpp615 VariableSP variable_sp( in FindValue() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp959 for (VariableSP variable_sp : m_variables) { in ResolveSymbolContext() local
1094 for (VariableSP variable_sp : m_variables) { in FindGlobalVariables() local
1110 for (VariableSP variable_sp : m_variables) { in FindGlobalVariables() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp815 EntityVariable(lldb::VariableSP &variable_sp) : m_variable_sp(variable_sp) { in EntityVariable()
899 uint32_t Materializer::AddVariable(lldb::VariableSP &variable_sp, Status &err) { in AddVariable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1212 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable()
H A DTarget.cpp2901 lldb::ExpressionVariableSP variable_sp; in GetPersistentVariable() local