Home
last modified time | relevance | path

Searched refs:GetValueObjectForFrameVariable (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp583 valobj_sp = GetValueObjectForFrameVariable(variable_sp, use_dynamic); in GetValueForVariableExpressionPath()
593 valobj_sp = GetValueObjectForFrameVariable(var_sp, use_dynamic); in GetValueForVariableExpressionPath()
1133 StackFrame::GetValueObjectForFrameVariable(const VariableSP &variable_sp, in GetValueObjectForFrameVariable() function in StackFrame
1171 GetValueObjectForFrameVariable(variable_sp, use_dynamic)); in TrackGlobalVariable()
1183 valobj_sp = GetValueObjectForFrameVariable(variable_sp, use_dynamic); in TrackGlobalVariable()
1523 return frame.GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in DoGuessValueAt()
1748 value_sp = GetValueObjectForFrameVariable(var_sp, eNoDynamicValues); in FindVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h451 GetValueObjectForFrameVariable(const lldb::VariableSP &variable_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp236 frame_sp->GetValueObjectForFrameVariable(variable_sp, in GetVariables()
H A DSBFrame.cpp758 value_sp = frame->GetValueObjectForFrameVariable(variable_sp, in FindValue()
1020 ValueObjectSP valobj_sp(frame->GetValueObjectForFrameVariable( in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp568 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
682 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3038 ValueObjectSP value_sp = frame->GetValueObjectForFrameVariable( in WindowDelegateDraw()