Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h459 struct HookDefn { struct
470 const HookDefn *defn; argument
496 static const HookDefn s_runtimeHookDefns[];
H A DRenderScriptRuntime.cpp1036 const RenderScriptRuntime::HookDefn RenderScriptRuntime::s_runtimeHookDefns[] =
1557 const HookDefn *hook_defn = &s_runtimeHookDefns[idx]; in LoadRuntimeHooks()
1610 const HookDefn &hook_defn = s_runtimeHookDefns[i]; in LoadRuntimeHooks()