Home
last modified time | relevance | path

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

/external/lldb/include/lldb/API/
DSBInstruction.h81 SBInstruction (const lldb::InstructionSP &inst_sp);
84 SetOpaque (const lldb::InstructionSP &inst_sp);
88 lldb::InstructionSP m_opaque_sp;
/external/lldb/include/lldb/Core/
DDisassembler.h169 lldb::InstructionSP
182 Append (lldb::InstructionSP &inst_sp);
191 typedef std::vector<lldb::InstructionSP> collection;
/external/lldb/source/API/
DSBInstruction.cpp35 SBInstruction::SBInstruction (const lldb::InstructionSP& inst_sp) : in SBInstruction()
163 SBInstruction::SetOpaque (const lldb::InstructionSP &inst_sp) in SetOpaque()
/external/lldb/source/Core/
DDisassembler.cpp988 InstructionSP
991 InstructionSP inst_sp; in GetInstructionAtIndex()
1023 InstructionList::Append (lldb::InstructionSP &inst_sp) in Append()
/external/lldb/include/lldb/
Dlldb-forward.h292 typedef std::shared_ptr<lldb_private::Instruction> InstructionSP; typedef
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp714 InstructionSP inst_sp(new InstructionLLVMC(*this, in DecodeInstructions()