Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3287 char expr_char_buffer[jit_max_expr_size]; in DumpAllocation() local
3289 snprintf(expr_char_buffer, jit_max_expr_size, "*(%s*) 0x%" PRIx64, in DumpAllocation()
3300 GetProcess()->GetTarget().EvaluateExpression(expr_char_buffer, in DumpAllocation()