Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp72 const ObjectFileJITDelegateSP &delegate_sp) in ObjectFileJIT() argument
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()) GetArchitecture() local
[all...]
/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( CompleteTagDecl() local
823 ImporterDelegateSP delegate_sp( CompleteTagDeclWithOrigin() local
845 ImporterDelegateSP delegate_sp( CompleteObjCInterfaceDecl() local
871 ImporterDelegateSP delegate_sp( CompleteAndFetchChildren() local
903 ImporterDelegateSP delegate_sp( CompleteAndFetchChildren() local
[all...]
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp55 DebugDelegateSP delegate_sp(new NativeDebugDelegate(*this)); in NativeProcessWindows() local
68 DebugDelegateSP delegate_sp(new NativeDebugDelegate(*this)); in NativeProcessWindows() local
/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...]