Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h199 static Operand BuildImmediate(lldb::addr_t imm, bool neg);
200 static Operand BuildImmediate(int64_t imm);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1173 Instruction::Operand Instruction::Operand::BuildImmediate(lldb::addr_t imm, in BuildImmediate() function in Instruction::Operand
1182 Instruction::Operand Instruction::Operand::BuildImmediate(int64_t imm) { in BuildImmediate() function in Instruction::Operand
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1497 Instruction::Operand::BuildImmediate(offset))) in DoGuessValueAt()