Home
last modified time | relevance | path

Searched defs:GetValueObject (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DFormatClasses.cpp45 ValueObject &FormattersMatchData::GetValueObject() { return m_valobj; } in GetValueObject() function in FormattersMatchData
/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/Expression/
DExpressionVariable.h39 lldb::ValueObjectSP GetValueObject() { return m_frozen_sp; } in GetValueObject() function
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp912 const CPDF_Object* CPDF_FormField::GetValueObject() const { in GetValueObject() function in CPDF_FormField