Home
last modified time | relevance | path

Searched refs:ObjectFileJITDelegateSP (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
HDObjectFileJIT.cpp112 const ObjectFileJITDelegateSP &delegate_sp) : in ObjectFileJIT()
166 ObjectFileJITDelegateSP delegate_sp (m_delegate_wp.lock()); in GetSymtab()
188 ObjectFileJITDelegateSP delegate_sp (m_delegate_wp.lock()); in CreateSections()
270 ObjectFileJITDelegateSP delegate_sp (m_delegate_wp.lock()); in GetArchitecture()
HDObjectFileJIT.h66 const lldb::ObjectFileJITDelegateSP &delegate_sp);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h97 CreateJITModule (const lldb::ObjectFileJITDelegateSP &delegate_sp);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h344 typedef std::shared_ptr<lldb_private::ObjectFileJITDelegate> ObjectFileJITDelegateSP; typedef
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp1838 Module::CreateJITModule (const lldb::ObjectFileJITDelegateSP &delegate_sp) in CreateJITModule()