Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrame.cpp1627 Instruction::Operand *origin_operand = nullptr; in DoGuessValueAt() local
1633 origin_operand = &operands[1]; in DoGuessValueAt()
1636 origin_operand = &operands[0]; in DoGuessValueAt()
1647 if (FetchRegOp(origin_register)(*origin_operand)) { in DoGuessValueAt()
1652 FetchRegOp(origin_register))(*origin_operand) || in DoGuessValueAt()
1657 FetchImmOp(origin_offset)))(*origin_operand)) { in DoGuessValueAt()