Searched refs:delegate_sp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ObjectFileJIT.cpp | 72 const ObjectFileJITDelegateSP &delegate_sp) in ObjectFileJIT() argument 74 if (delegate_sp) { in ObjectFileJIT() 75 m_delegate_wp = delegate_sp; in ObjectFileJIT() 76 m_data.SetByteOrder(delegate_sp->GetByteOrder()); in ObjectFileJIT() 77 m_data.SetAddressByteSize(delegate_sp->GetAddressByteSize()); in ObjectFileJIT() 97 ObjectFileJITDelegateSP delegate_sp(m_delegate_wp.lock()); in ParseSymtab() local 98 if (delegate_sp) in ParseSymtab() 99 delegate_sp->PopulateSymtab(this, symtab); in ParseSymtab() 109 ObjectFileJITDelegateSP delegate_sp(m_delegate_wp.lock()); in CreateSections() local 110 if (delegate_sp) { in CreateSections() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 48 ImporterDelegateSP delegate_sp(GetDelegate(&dst_clang_ast, &src_clang_ast)); in CopyType() local 49 if (!delegate_sp) in CopyType() 52 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, &dst_clang_ast); in CopyType() 54 llvm::Expected<QualType> ret_or_error = delegate_sp->Import(src_qual_type); in CopyType() 71 ImporterDelegateSP delegate_sp; in CopyDecl() local 74 delegate_sp = GetDelegate(dst_ast, src_ast); in CopyDecl() 76 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, dst_ast); in CopyDecl() 78 if (!delegate_sp) in CopyDecl() 81 llvm::Expected<clang::Decl *> result = delegate_sp->Import(decl); in CopyDecl() 804 ImporterDelegateSP delegate_sp( in CompleteTagDecl() local [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ObjectFileJIT.h | 36 const lldb::ObjectFileJITDelegateSP &delegate_sp);
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 909 void SetDelegate(const WindowDelegateSP &delegate_sp) { in SetDelegate() argument 910 m_delegate_sp = delegate_sp; in SetDelegate() 2470 FormWindowDelegate(FormDelegateSP &delegate_sp) : m_delegate_sp(delegate_sp) { in FormWindowDelegate() argument 3672 SearcherWindowDelegate(SearcherDelegateSP &delegate_sp) in SearcherWindowDelegate() argument 3673 : m_delegate_sp(delegate_sp), m_text_field("Search", "", false) { in SearcherWindowDelegate() 3889 void SetDelegate(const MenuDelegateSP &delegate_sp) { in SetDelegate() argument 3890 m_delegate_sp = delegate_sp; in SetDelegate() 4855 TreeWindowDelegate(Debugger &debugger, const TreeDelegateSP &delegate_sp) in TreeWindowDelegate() argument 4856 : m_debugger(debugger), m_delegate_sp(delegate_sp), in TreeWindowDelegate() 4857 m_root(nullptr, *delegate_sp, true) {} in TreeWindowDelegate()
|