Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h279 std::function<bool(const Instruction::Operand &)> MatchImmOp(int64_t imm);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2375 MatchImmOp(offset), recurse))(operand); in MatchesOperand()
2412 MatchRegOp(*reg), MatchImmOp(offset)))(operand); in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1337 lldb_private::OperandMatchers::MatchImmOp(int64_t imm) { in MatchImmOp() function in lldb_private::OperandMatchers