Searched refs:value_maker (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | IRForTarget.cpp | 1534 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()
|
D | IRForTarget.h | 500 FunctionValueCache &value_maker,
|