Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp45 ImporterDelegateSP delegate_sp(GetDelegate(&dst_clang_ast, &src_clang_ast)); CopyType() local
68 ImporterDelegateSP delegate_sp; CopyDecl() local
563 ImporterDelegateSP delegate_sp( CompleteTagDecl() local
581 ImporterDelegateSP delegate_sp( CompleteTagDeclWithOrigin() local
603 ImporterDelegateSP delegate_sp( CompleteObjCInterfaceDecl() local
629 ImporterDelegateSP delegate_sp( CompleteAndFetchChildren() local
661 ImporterDelegateSP delegate_sp( CompleteAndFetchChildren() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp908 void SetDelegate(const WindowDelegateSP &delegate_sp) { in SetDelegate() argument
2469 FormWindowDelegate(FormDelegateSP &delegate_sp) : m_delegate_sp(delegate_sp) { in FormWindowDelegate() argument
3671 SearcherWindowDelegate(SearcherDelegateSP &delegate_sp) in SearcherWindowDelegate() argument
3888 void SetDelegate(const MenuDelegateSP &delegate_sp) { in SetDelegate() argument
4853 TreeWindowDelegate(Debugger &debugger, const TreeDelegateSP &delegate_sp) in TreeWindowDelegate() argument
[all...]