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.cpp76 m_data.SetByteOrder(delegate_sp->GetByteOrder()); in ObjectFileJIT() argument
101 ObjectFileJITDelegateSP delegate_sp(m_delegate_wp.lock()); ParseSymtab() local
113 ObjectFileJITDelegateSP delegate_sp(m_delegate_wp.lock()); CreateSections() local
167 if (ObjectFileJITDelegateSP delegate_sp = m_delegate_wp.lock()) GetArchitecture() local
[all...]
/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
805 ImporterDelegateSP delegate_sp( in CompleteTagDecl() local
823 ImporterDelegateSP delegate_sp( in CompleteTagDeclWithOrigin() local
845 ImporterDelegateSP delegate_sp( in CompleteObjCInterfaceDecl() local
871 ImporterDelegateSP delegate_sp( in CompleteAndFetchChildren() local
903 ImporterDelegateSP delegate_sp( in CompleteAndFetchChildren() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp908 void SetDelegate(const WindowDelegateSP &delegate_sp) { in SetDelegate()
2469 FormWindowDelegate(FormDelegateSP &delegate_sp) : m_delegate_sp(delegate_sp) { in FormWindowDelegate()
3671 SearcherWindowDelegate(SearcherDelegateSP &delegate_sp) in SearcherWindowDelegate()
3888 void SetDelegate(const MenuDelegateSP &delegate_sp) { in SetDelegate()
4853 TreeWindowDelegate(Debugger &debugger, const TreeDelegateSP &delegate_sp) in TreeWindowDelegate()