Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h536 static bool GetFrameVarAsUnsigned(const lldb::StackFrameSP,
H A DRenderScriptRuntime.cpp3542 bool RenderScriptRuntime::GetFrameVarAsUnsigned(const StackFrameSP frame_sp, in GetFrameVarAsUnsigned() function in RenderScriptRuntime
3621 bool found = GetFrameVarAsUnsigned(frame_sp, x_expr, x) && in GetKernelCoordinate()
3622 GetFrameVarAsUnsigned(frame_sp, y_expr, y) && in GetKernelCoordinate()
3623 GetFrameVarAsUnsigned(frame_sp, z_expr, z); in GetKernelCoordinate()