Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3439 m_extra_args = new StructuredDataImpl(); in SetScriptCallback()
3442 m_extra_args->SetObjectSP(extra_args_sp); in SetScriptCallback()
3445 GetTarget(), m_class_name.c_str(), m_extra_args, error); in SetScriptCallback()
3480 if (!m_extra_args->IsValid()) in GetSubclassDescription()
3482 StructuredData::ObjectSP object_sp = m_extra_args->GetObjectSP(); in GetSubclassDescription()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1275 StructuredDataImpl *m_extra_args; // We own this structured data, variable