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.cpp257 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables() local
312 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables() local
H A DSBFunction.cpp191 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName() local
H A DSBFrame.cpp614 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.cpp807 EntityVariable(lldb::VariableSP &variable_sp) : m_variable_sp(variable_sp) { in EntityVariable()
891 uint32_t Materializer::AddVariable(lldb::VariableSP &variable_sp, Status &err) { in AddVariable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1147 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable()
H A DTarget.cpp2724 lldb::ExpressionVariableSP variable_sp; in GetPersistentVariable() local