Searched refs:InstructionSP (Results 1 – 12 of 12) sorted by relevance
54 const lldb::InstructionSP &inst_sp) in InstructionImpl()57 lldb::InstructionSP GetSP() const { return m_inst_sp; } in GetSP()63 lldb::InstructionSP m_inst_sp;74 const lldb::InstructionSP &inst_sp) in SBInstruction()108 lldb::InstructionSP inst_sp(GetOpaque()); in GetAddress()118 lldb::InstructionSP inst_sp(GetOpaque()); in GetMnemonic()138 lldb::InstructionSP inst_sp(GetOpaque()); in GetOperands()158 lldb::InstructionSP inst_sp(GetOpaque()); in GetComment()177 lldb::InstructionSP inst_sp(GetOpaque()); in GetByteSize()188 lldb::InstructionSP inst_sp(GetOpaque()); in GetData()[all …]
76 const lldb::InstructionSP &inst_sp);79 const lldb::InstructionSP &inst_sp);81 lldb::InstructionSP GetOpaque();
272 lldb::InstructionSP GetInstructionAtIndex(size_t idx) const;279 lldb::InstructionSP GetInstructionAtAddress(const Address &addr);316 void Append(lldb::InstructionSP &inst_sp);322 typedef std::vector<lldb::InstructionSP> collection;
68 InstructionSP inst_sp; in TEST_F()
76 InstructionSP inst_sp; in TEST_F()
162 InstructionSP prev_insn; in GetInstructionAtAddress()
948 InstructionSP InstructionList::GetInstructionAtIndex(size_t idx) const { in GetInstructionAtIndex()949 InstructionSP inst_sp; in GetInstructionAtIndex()955 InstructionSP InstructionList::GetInstructionAtAddress(const Address &address) { in GetInstructionAtAddress()988 void InstructionList::Append(lldb::InstructionSP &inst_sp) { in Append()
152 if (InstructionSP instruction = in TryDumpInstructionInfo()
339 InstructionSP last_inst = in SetNextBranchBreakpoint()
1326 InstructionSP instruction_sp = in GuessValueForAddress()1536 InstructionSP instruction_sp = in DoGuessValueAt()
328 typedef std::shared_ptr<lldb_private::Instruction> InstructionSP; typedef
1224 InstructionSP inst_sp( in DecodeInstructions()