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