Home
last modified time | relevance | path

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

/external/llvm-project/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.cpp198 match_data.GetValueObject().GetObjectRuntimeLanguage(), in Get()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp190 const CPDF_Object* pV = GetValueObject(); in ResetField()
301 bDefault ? GetDefaultValueObject() : GetValueObject(); in GetValue()
557 const CPDF_Object* pValue = GetValueObject(); in SetItemSelectionUnselected()
686 const CPDF_Object* pV = GetValueObject(); in CheckControl()
912 const CPDF_Object* CPDF_FormField::GetValueObject() const { in GetValueObject() function in CPDF_FormField
923 const CPDF_Object* pValue = GetValueObject(); in GetValueOrSelectedIndicesObject()
Dcpdf_formfield.h168 const CPDF_Object* GetValueObject() const;
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.h71 lldb::ValueObjectSP &GetValueObject() { return m_thread_info_valobj_sp; } in GetValueObject() function
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatClasses.h94 ValueObject &GetValueObject();
/external/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h39 lldb::ValueObjectSP GetValueObject() { return m_frozen_sp; } in GetValueObject() function
/external/llvm-project/lldb/source/Target/
DABI.cpp142 return_valobj_sp = expr_variable_sp->GetValueObject(); in GetReturnValueObject()
DTarget.cpp2419 result_valobj_sp = persistent_var_sp->GetValueObject(); in EvaluateExpression()
/external/llvm-project/lldb/source/Expression/
DUserExpression.cpp360 result_valobj_sp = expr_result->GetValueObject(); in Evaluate()
DREPL.cpp363 lldb::ValueObjectSP valobj_sp = persistent_var_sp->GetValueObject(); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp307 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1324 if (expression_var_sp && expression_var_sp->GetValueObject()) { in Format()
1325 expression_var_sp->GetValueObject()->Dump(s); in Format()
DValueObject.cpp3239 return persistent_var_sp->GetValueObject(); in Persist()
/external/llvm-project/lldb/source/API/
DSBFrame.cpp679 value_sp = expr_var_sp->GetValueObject(); in FindValue()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp468 if (!parser_vars || !jit_vars || !member_sp->GetValueObject()) in GetStructElement()