Searched refs:InstructionImpl (Results 1 – 2 of 2) sorted by relevance
20 class InstructionImpl; variable88 std::shared_ptr<InstructionImpl> m_opaque_sp;
50 class InstructionImpl { class52 InstructionImpl(const lldb::DisassemblerSP &disasm_sp, in InstructionImpl() function in InstructionImpl72 : m_opaque_sp(new InstructionImpl(disasm_sp, inst_sp)) {} in SBInstruction()244 m_opaque_sp = std::make_shared<InstructionImpl>(disasm_sp, inst_sp); in SetOpaque()