Searched refs:RuntimeHookSP (Results 1 – 2 of 2) sorted by relevance
463 typedef std::shared_ptr<RuntimeHook> RuntimeHookSP; typedef475 std::map<lldb::addr_t, RuntimeHookSP> m_runtimeHooks;
1643 RuntimeHookSP hook(new RuntimeHook()); in LoadRuntimeHooks()