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

/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h216 static Operand BuildImmediate(lldb::addr_t imm, bool neg);
217 static Operand BuildImmediate(int64_t imm);
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp1214 Instruction::Operand Instruction::Operand::BuildImmediate(lldb::addr_t imm, function in class:Instruction::Operand
1223 Instruction::Operand Instruction::Operand::BuildImmediate(int64_t imm) { function in class:Instruction::Operand
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1526 Instruction::Operand::BuildImmediate(offset)))

Completed in 191 milliseconds