Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp972 const Value *pointer_operand = gep_inst->getPointerOperand(); in Interpret() local
977 if (!frame.EvaluateValue(P, pointer_operand, module)) { in Interpret()
979 PrintValue(pointer_operand).c_str()); in Interpret()
1027 frame.SummarizeValue(pointer_operand).c_str()); in Interpret()
1193 const Value *pointer_operand = load_inst->getPointerOperand(); in Interpret() local
1196 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()
1267 const Value *pointer_operand = store_inst->getPointerOperand(); in Interpret() local
1270 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()