Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBInstruction.h81 SBInstruction (const lldb::InstructionSP &inst_sp);
84 SetOpaque (const lldb::InstructionSP &inst_sp);
88 lldb::InstructionSP m_opaque_sp;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDisassembler.h224 lldb::InstructionSP
240 Append (lldb::InstructionSP &inst_sp);
249 typedef std::vector<lldb::InstructionSP> collection;
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBInstruction.cpp36 SBInstruction::SBInstruction (const lldb::InstructionSP& inst_sp) : in SBInstruction()
164 SBInstruction::SetOpaque (const lldb::InstructionSP &inst_sp) in SetOpaque()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDisassembler.cpp1007 InstructionSP
1010 InstructionSP inst_sp; in GetInstructionAtIndex()
1055 InstructionList::Append (lldb::InstructionSP &inst_sp) in Append()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h327 typedef std::shared_ptr<lldb_private::Instruction> InstructionSP; typedef
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
HDDisassemblerLLVMC.cpp746 InstructionSP inst_sp(new InstructionLLVMC(*this, in DecodeInstructions()