Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h222 static Operand BuildProduct(const Operand &lhs, const Operand &rhs);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1255 Instruction::Operand Instruction::Operand::BuildProduct(const Operand &lhs, in BuildProduct() function in Instruction::Operand