Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.cpp1534 FunctionValueCache &value_maker, in UnfoldConstant() argument
1559 [&value_maker, &entry_instruction_finder, old_constant, in UnfoldConstant()
1568 value_maker.GetValue(function), constant_expr->getType(), in UnfoldConstant()
1583 [&value_maker, &entry_instruction_finder, old_constant, in UnfoldConstant()
1588 ptr = value_maker.GetValue(function); in UnfoldConstant()
1600 operand = value_maker.GetValue(function); in UnfoldConstant()
1633 old_constant, value_maker.GetValue(inst->getParent()->getParent())); in UnfoldConstant()
DIRForTarget.h500 FunctionValueCache &value_maker,