Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp1605 const uint64_t uconst_value = opcodes.GetULEB128(&offset); in Evaluate() local
1607 stack.back().GetScalar() += uconst_value; in Evaluate()