Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1312 FunctionValueCache &value_maker, in UnfoldConstant() argument
1337 [&value_maker, &entry_instruction_finder, old_constant, in UnfoldConstant()
1346 value_maker.GetValue(function), constant_expr->getType(), in UnfoldConstant()
1361 [&value_maker, &entry_instruction_finder, old_constant, in UnfoldConstant()
1367 ptr = value_maker.GetValue(function); in UnfoldConstant()
1372 operand = value_maker.GetValue(function); in UnfoldConstant()
1405 old_constant, value_maker.GetValue(inst->getParent()->getParent())); in UnfoldConstant()
H A DIRForTarget.h387 FunctionValueCache &value_maker,