Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h448 struct HookDefn { struct
459 const HookDefn *defn; argument
485 static const HookDefn s_runtimeHookDefns[];
H A DRenderScriptRuntime.cpp1067 const RenderScriptRuntime::HookDefn RenderScriptRuntime::s_runtimeHookDefns[] =
1611 const HookDefn *hook_defn = &s_runtimeHookDefns[idx]; in LoadRuntimeHooks()
1664 const HookDefn &hook_defn = s_runtimeHookDefns[i]; in LoadRuntimeHooks()