Home
last modified time | relevance | path

Searched defs:delegate_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp72 const ObjectFileJITDelegateSP &delegate_sp) in ObjectFileJIT()
97 ObjectFileJITDelegateSP delegate_sp(m_delegate_wp.lock()); in ParseSymtab() local
109 ObjectFileJITDelegateSP delegate_sp(m_delegate_wp.lock()); in CreateSections() local
163 if (ObjectFileJITDelegateSP delegate_sp = m_delegate_wp.lock()) in GetArchitecture() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp48 ImporterDelegateSP delegate_sp(GetDelegate(&dst_clang_ast, &src_clang_ast)); in CopyType() local
71 ImporterDelegateSP delegate_sp; in CopyDecl() local
804 ImporterDelegateSP delegate_sp( in CompleteTagDecl() local
822 ImporterDelegateSP delegate_sp( in CompleteTagDeclWithOrigin() local
844 ImporterDelegateSP delegate_sp( in CompleteObjCInterfaceDecl() local
870 ImporterDelegateSP delegate_sp( in CompleteAndFetchChildren() local
902 ImporterDelegateSP delegate_sp( in CompleteAndFetchChildren() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp909 void SetDelegate(const WindowDelegateSP &delegate_sp) { in SetDelegate()
2470 FormWindowDelegate(FormDelegateSP &delegate_sp) : m_delegate_sp(delegate_sp) { in FormWindowDelegate()
3672 SearcherWindowDelegate(SearcherDelegateSP &delegate_sp) in SearcherWindowDelegate()
3889 void SetDelegate(const MenuDelegateSP &delegate_sp) { in SetDelegate()
4855 TreeWindowDelegate(Debugger &debugger, const TreeDelegateSP &delegate_sp) in TreeWindowDelegate()