Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h20 class InstructionImpl; variable
88 std::shared_ptr<InstructionImpl> m_opaque_sp;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp51 class InstructionImpl { class
53 InstructionImpl(const lldb::DisassemblerSP &disasm_sp, in InstructionImpl() function in InstructionImpl
73 : m_opaque_sp(new InstructionImpl(disasm_sp, inst_sp)) {} in SBInstruction()
245 m_opaque_sp = std::make_shared<InstructionImpl>(disasm_sp, inst_sp); in SetOpaque()