Home
last modified time | relevance | path

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

/external/lldb/tools/lldb-perf/lib/
DXcode.cpp20 auto num_value = value.GetValueAsUnsigned(0); in FetchVariable() local
30 …printf("%s %s = 0x%llx (%llu) %s\n",value.GetTypeName(),value.GetName(),num_value, num_value,summa… in FetchVariable()