Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp247 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables() local
302 VariableSP variable_sp(variable_list_sp->GetVariableAtIndex(i)); in GetVariables() local
H A DSBFunction.cpp176 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx); in GetArgumentName() local
H A DSBFrame.cpp611 VariableSP variable_sp( in FindValue() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1159 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable()
H A DTarget.cpp2620 lldb::ExpressionVariableSP variable_sp; in GetPersistentVariable() local