Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3286 char expr_char_buffer[jit_max_expr_size]; in DumpAllocation() local
3288 snprintf(expr_char_buffer, jit_max_expr_size, "*(%s*) 0x%" PRIx64, in DumpAllocation()
3299 GetProcess()->GetTarget().EvaluateExpression(expr_char_buffer, in DumpAllocation()