reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/API/SBInstruction.h
   76                 const lldb::InstructionSP &inst_sp);
   79                  const lldb::InstructionSP &inst_sp);
   81   lldb::InstructionSP GetOpaque();
tools/lldb/include/lldb/Core/Disassembler.h
  271   lldb::InstructionSP GetInstructionAtIndex(size_t idx) const;
  307   void Append(lldb::InstructionSP &inst_sp);
  313   typedef std::vector<lldb::InstructionSP> collection;
tools/lldb/source/API/SBInstruction.cpp
   54                   const lldb::InstructionSP &inst_sp)
   57   lldb::InstructionSP GetSP() const { return m_inst_sp; }
   63   lldb::InstructionSP m_inst_sp;
   74                              const lldb::InstructionSP &inst_sp)
  108   lldb::InstructionSP inst_sp(GetOpaque());
  118   lldb::InstructionSP inst_sp(GetOpaque());
  138   lldb::InstructionSP inst_sp(GetOpaque());
  158   lldb::InstructionSP inst_sp(GetOpaque());
  177   lldb::InstructionSP inst_sp(GetOpaque());
  188   lldb::InstructionSP inst_sp(GetOpaque());
  201   lldb::InstructionSP inst_sp(GetOpaque());
  210   lldb::InstructionSP inst_sp(GetOpaque());
  219   lldb::InstructionSP inst_sp(GetOpaque());
  225 lldb::InstructionSP SBInstruction::GetOpaque() {
  233                               const lldb::InstructionSP &inst_sp) {
  241   lldb::InstructionSP inst_sp(GetOpaque());
  276   lldb::InstructionSP inst_sp(GetOpaque());
  297   lldb::InstructionSP inst_sp(GetOpaque());
  322   lldb::InstructionSP inst_sp(GetOpaque());
  339   lldb::InstructionSP inst_sp(GetOpaque());
tools/lldb/source/Core/Disassembler.cpp
 1063 InstructionSP InstructionList::GetInstructionAtIndex(size_t idx) const {
 1064   InstructionSP inst_sp;
 1096 void InstructionList::Append(lldb::InstructionSP &inst_sp) {
tools/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
  163   InstructionSP prev_insn;
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
 1276     InstructionSP inst_sp(
tools/lldb/source/Target/StackFrame.cpp
 1338   InstructionSP instruction_sp =
 1550     InstructionSP instruction_sp =
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  330         InstructionSP last_inst =
tools/lldb/unittests/Disassembler/TestArm64Disassembly.cpp
   69     InstructionSP inst_sp;
tools/lldb/unittests/Disassembler/TestArmv7Disassembly.cpp
   77     InstructionSP inst_sp;