Searched refs:InstructionImpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h20 class InstructionImpl;
88 std::shared_ptr<InstructionImpl> m_opaque_sp;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp36 // InstructionImpl class to make sure our public API behaves as users would
51 class InstructionImpl { class
53 InstructionImpl(const lldb::DisassemblerSP &disasm_sp, function in class:InstructionImpl
73 : m_opaque_sp(new InstructionImpl(disasm_sp, inst_sp)) {}
245 m_opaque_sp = std::make_shared<InstructionImpl>(disasm_sp, inst_sp);

Completed in 60 milliseconds