Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDisassembler.h223 virtual bool ParseOperands(llvm::SmallVectorImpl<Operand> &operands) { in ParseOperands() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrame.cpp1340 if (!instruction_sp->ParseOperands(operands)) { in GuessValueForAddress()
1580 if (!instruction_sp->ParseOperands(operands) || operands.size() != 1) { in DoGuessValueAt()
1623 if (!instruction_sp->ParseOperands(operands) || operands.size() != 2) { in DoGuessValueAt()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1071 bool ParseOperands( in ParseOperands() function in InstructionLLVMC