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.cpp2361 MatchImmOp(offset), recurse))(operand); in MatchesOperand()
2399 MatchImmOp(offset)))(operand); in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1305 lldb_private::OperandMatchers::MatchImmOp(int64_t imm) { in MatchImmOp() function in lldb_private::OperandMatchers