Home
last modified time | relevance | path

Searched refs:RuntimeHookSP (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h474 typedef std::shared_ptr<RuntimeHook> RuntimeHookSP; typedef
486 std::map<lldb::addr_t, RuntimeHookSP> m_runtimeHooks;
H A DRenderScriptRuntime.cpp1588 RuntimeHookSP hook(new RuntimeHook()); in LoadRuntimeHooks()