reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1555         switch (constant_expr->getOpcode()) {
 1559                               PrintValue(constant_expr).c_str());
 1564                constant_expr](llvm::Function *function) -> llvm::Value * {
 1568                 if (constant_expr->getOperand(0) != old_constant)
 1569                   return constant_expr;
 1572                     value_maker.GetValue(function), constant_expr->getType(),
 1577           if (!UnfoldConstant(constant_expr, llvm_function, bit_cast_maker,
 1588                constant_expr](llvm::Function *function) -> llvm::Value * {
 1589                 Value *ptr = constant_expr->getOperand(0);
 1597                 unsigned num_operands = constant_expr->getNumOperands();
 1601                   Value *operand = constant_expr->getOperand(operand_index);
 1617           if (!UnfoldConstant(constant_expr, llvm_function,