Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h475 typedef std::shared_ptr<RuntimeHook> RuntimeHookSP; typedef
487 std::map<lldb::addr_t, RuntimeHookSP> m_runtimeHooks;
H A DRenderScriptRuntime.cpp1600 RuntimeHookSP hook(new RuntimeHook()); in LoadRuntimeHooks()