Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h217 static Operand BuildRegister(ConstString &r);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1510 Instruction::Operand::BuildRegister(reg), in DoGuessValueAt()
1513 Instruction::Operand::BuildRegister(reg)); in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1210 Instruction::Operand Instruction::Operand::BuildRegister(ConstString &r) { in BuildRegister() function in Instruction::Operand