Home
last modified time | relevance | path

Searched refs:GetValueObject (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DLanguageCategory.cpp47 ValueObject &valobj(match_data.GetValueObject()); in Get()
96 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()
DFormatClasses.cpp45 ValueObject &FormattersMatchData::GetValueObject() { return m_valobj; } in GetValueObject() function in FormattersMatchData
DTypeCategoryMap.cpp199 match_data.GetValueObject().GetObjectRuntimeLanguage(), in Get()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DThreadMemory.h71 lldb::ValueObjectSP &GetValueObject() { return m_thread_info_valobj_sp; } in GetValueObject() function
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DFormatClasses.h134 ValueObject &GetValueObject();
/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DExpressionVariable.h40 lldb::ValueObjectSP GetValueObject() { return m_frozen_sp; } in GetValueObject() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DABI.cpp145 return_valobj_sp = expr_variable_sp->GetValueObject(); in GetReturnValueObject()
DTarget.cpp2598 result_valobj_sp = persistent_var_sp->GetValueObject(); in EvaluateExpression()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DUserExpression.cpp386 result_valobj_sp = expr_result->GetValueObject(); in Evaluate()
DREPL.cpp368 lldb::ValueObjectSP valobj_sp = persistent_var_sp->GetValueObject(); in IOHandlerInputComplete()
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointLocation.cpp313 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
/openbsd/src/gnu/llvm/lldb/source/Core/
DFormatEntity.cpp1372 if (expression_var_sp && expression_var_sp->GetValueObject()) { in Format()
1373 expression_var_sp->GetValueObject()->Dump(s); in Format()
DValueObject.cpp3150 return persistent_var_sp->GetValueObject(); in Persist()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBFrame.cpp659 value_sp = expr_var_sp->GetValueObject(); in FindValue()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp492 if (!parser_vars || !jit_vars || !member_sp->GetValueObject()) in GetStructElement()