Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h220 static Operand BuildRegister(ConstString &r);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1515 Instruction::Operand::BuildRegister(reg), in DoGuessValueAt()
1518 Instruction::Operand::BuildRegister(reg)); in DoGuessValueAt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp1334 Instruction::Operand Instruction::Operand::BuildRegister(ConstString &r) { in BuildRegister() function in Instruction::Operand