Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObject.cpp3545 if (m_addr_of_valobj_sp) in AddressOf()
3546 return m_addr_of_valobj_sp; in AddressOf()
3574m_addr_of_valobj_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), in AddressOf()
3592 return m_addr_of_valobj_sp; in AddressOf()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DValueObject.h1024 …lldb::ValueObjectSP m_addr_of_valobj_sp; // We have to hold onto a shared pointer to this one beca… variable