Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h537 static bool GetFrameVarAsUnsigned(const lldb::StackFrameSP,
H A DRenderScriptRuntime.cpp3555 bool RenderScriptRuntime::GetFrameVarAsUnsigned(const StackFrameSP frame_sp, in GetFrameVarAsUnsigned() function in RenderScriptRuntime
3634 bool found = GetFrameVarAsUnsigned(frame_sp, x_expr, x) && in GetKernelCoordinate()
3635 GetFrameVarAsUnsigned(frame_sp, y_expr, y) && in GetKernelCoordinate()
3636 GetFrameVarAsUnsigned(frame_sp, z_expr, z); in GetKernelCoordinate()