Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp1040 const Value *pointer_operand = gep_inst->getPointerOperand(); in Interpret() local
1045 if (!frame.EvaluateValue(P, pointer_operand, module)) { in Interpret()
1048 PrintValue(pointer_operand).c_str()); in Interpret()
1099 frame.SummarizeValue(pointer_operand).c_str()); in Interpret()
1315 const Value *pointer_operand = load_inst->getPointerOperand(); in Interpret() local
1317 Type *pointer_ty = pointer_operand->getType(); in Interpret()
1329 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()
1413 const Value *pointer_operand = store_inst->getPointerOperand(); in Interpret() local
1415 Type *pointer_ty = pointer_operand->getType(); in Interpret()
1422 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()