Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
HDObjectFileJIT.cpp92 const ObjectFileJITDelegateSP &delegate_sp) in ObjectFileJIT()
124 ObjectFileJITDelegateSP delegate_sp(m_delegate_wp.lock()); in GetSymtab() local
141 ObjectFileJITDelegateSP delegate_sp(m_delegate_wp.lock()); in CreateSections() local
194 if (ObjectFileJITDelegateSP delegate_sp = m_delegate_wp.lock()) in GetArchitecture() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTImporter.cpp41 ImporterDelegateSP delegate_sp(GetDelegate(&dst_clang_ast, &src_clang_ast)); in CopyType() local
65 ImporterDelegateSP delegate_sp; in CopyDecl() local
584 ImporterDelegateSP delegate_sp( in CompleteTagDecl() local
602 ImporterDelegateSP delegate_sp( in CompleteTagDeclWithOrigin() local
627 ImporterDelegateSP delegate_sp( in CompleteObjCInterfaceDecl() local
653 ImporterDelegateSP delegate_sp( in CompleteAndFetchChildren() local
685 ImporterDelegateSP delegate_sp( in CompleteAndFetchChildren() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp675 void SetDelegate(const WindowDelegateSP &delegate_sp) { in SetDelegate()
772 void SetDelegate(const MenuDelegateSP &delegate_sp) { in SetDelegate()
1642 TreeWindowDelegate(Debugger &debugger, const TreeDelegateSP &delegate_sp) in TreeWindowDelegate()