Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h220 static Operand BuildProduct(const Operand &lhs, const Operand &rhs);
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1252 Instruction::Operand Instruction::Operand::BuildProduct(const Operand &lhs, in BuildProduct() function in Instruction::Operand