Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3394 char expr_char_buffer[jit_max_expr_size]; in DumpAllocation() local
3396 snprintf(expr_char_buffer, jit_max_expr_size, "*(%s*) 0x%" PRIx64, in DumpAllocation()
3408 GetProcess()->GetTarget().EvaluateExpression(expr_char_buffer, in DumpAllocation()