Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h525 static bool GetFrameVarAsUnsigned(const lldb::StackFrameSP,
H A DRenderScriptRuntime.cpp3655 bool RenderScriptRuntime::GetFrameVarAsUnsigned(const StackFrameSP frame_sp, in GetFrameVarAsUnsigned() function in RenderScriptRuntime
3739 bool found = GetFrameVarAsUnsigned(frame_sp, x_expr, x) && in GetKernelCoordinate()
3740 GetFrameVarAsUnsigned(frame_sp, y_expr, y) && in GetKernelCoordinate()
3741 GetFrameVarAsUnsigned(frame_sp, z_expr, z); in GetKernelCoordinate()