Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h277 std::function<bool(const Instruction::Operand &)> FetchRegOp(ConstString &reg);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1632 if (FetchRegOp(origin_register)(*origin_operand)) { in DoGuessValueAt()
1637 FetchRegOp(origin_register))(*origin_operand) || in DoGuessValueAt()
1641 FetchRegOp(origin_register), in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1294 lldb_private::OperandMatchers::FetchRegOp(ConstString &reg) { in FetchRegOp() function in lldb_private::OperandMatchers