Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h460 struct HookDefn { struct
471 const HookDefn *defn; argument
497 static const HookDefn s_runtimeHookDefns[];
H A DRenderScriptRuntime.cpp1048 const RenderScriptRuntime::HookDefn RenderScriptRuntime::s_runtimeHookDefns[] =
1569 const HookDefn *hook_defn = &s_runtimeHookDefns[idx]; in LoadRuntimeHooks()
1622 const HookDefn &hook_defn = s_runtimeHookDefns[i]; in LoadRuntimeHooks()