Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h496 static const HookDefn s_runtimeHookDefns[]; variable
H A DRenderScriptRuntime.cpp1036 const RenderScriptRuntime::HookDefn RenderScriptRuntime::s_runtimeHookDefns[] = member in RenderScriptRuntime
1089 sizeof(s_runtimeHookDefns) / sizeof(s_runtimeHookDefns[0]);
1557 const HookDefn *hook_defn = &s_runtimeHookDefns[idx]; in LoadRuntimeHooks()
1610 const HookDefn &hook_defn = s_runtimeHookDefns[i]; in LoadRuntimeHooks()