Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h329 class PseudoInstruction : public Instruction {
331 PseudoInstruction();
333 ~PseudoInstruction() override;
356 PseudoInstruction(const PseudoInstruction &) = delete;
357 const PseudoInstruction &operator=(const PseudoInstruction &) = delete;
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp1113 PseudoInstruction::PseudoInstruction() in PseudoInstruction() function in PseudoInstruction
1116 PseudoInstruction::~PseudoInstruction() = default;
1118 bool PseudoInstruction::DoesBranch() { in DoesBranch()
1123 bool PseudoInstruction::HasDelaySlot() { in HasDelaySlot()
1128 size_t PseudoInstruction::Decode(const lldb_private::Disassembler &disassembler, in Decode()
1134 void PseudoInstruction::SetOpcode(size_t opcode_size, void *opcode_data) { in SetOpcode()
1164 void PseudoInstruction::SetDescription(llvm::StringRef description) { in SetDescription()
/external/llvm-project/lldb/source/API/
DSBInstruction.cpp337 lldb::InstructionSP(new PseudoInstruction())); in TestEmulation()