Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp55 : m_disasm_sp(disasm_sp), m_inst_sp(inst_sp) {} in InstructionImpl()
57 lldb::InstructionSP GetSP() const { return m_inst_sp; } in GetSP()
59 bool IsValid() const { return (bool)m_inst_sp; } in IsValid()
63 lldb::InstructionSP m_inst_sp; member in InstructionImpl