Home
last modified time | relevance | path

Searched refs:m_addr_of_valobj_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Core/
DValueObject.cpp3783 if (m_addr_of_valobj_sp) in AddressOf()
3784 return m_addr_of_valobj_sp; in AddressOf()
3812m_addr_of_valobj_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in AddressOf()
3830 return m_addr_of_valobj_sp; in AddressOf()
/external/lldb/include/lldb/Core/
DValueObject.h1222 …lldb::ValueObjectSP m_addr_of_valobj_sp; // We have to hold onto a shared pointer to this one beca… variable