Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp964 const Value *pointer_operand = gep_inst->getPointerOperand(); in Interpret() local
969 if (!frame.EvaluateValue(P, pointer_operand, module)) { in Interpret()
971 PrintValue(pointer_operand).c_str()); in Interpret()
1019 frame.SummarizeValue(pointer_operand).c_str()); in Interpret()
1185 const Value *pointer_operand = load_inst->getPointerOperand(); in Interpret() local
1187 Type *pointer_ty = pointer_operand->getType(); in Interpret()
1198 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()
1268 const Value *pointer_operand = store_inst->getPointerOperand(); in Interpret() local
1270 Type *pointer_ty = pointer_operand->getType(); in Interpret()
1277 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()