Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp1020 const Value *pointer_operand = gep_inst->getPointerOperand(); in Interpret() local
1025 if (!frame.EvaluateValue(P, pointer_operand, module)) { in Interpret()
1027 PrintValue(pointer_operand).c_str()); in Interpret()
1075 frame.SummarizeValue(pointer_operand).c_str()); in Interpret()
1256 const Value *pointer_operand = load_inst->getPointerOperand(); in Interpret() local
1259 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()
1330 const Value *pointer_operand = store_inst->getPointerOperand(); in Interpret() local
1333 lldb::addr_t P = frame.ResolveValue(pointer_operand, module); in Interpret()