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;72 const lldb::InstructionSP &inst_sp) in SBInstruction() 104 lldb::InstructionSP inst_sp(GetOpaque()); in GetAddress() 113 lldb::InstructionSP inst_sp(GetOpaque()); in GetMnemonic() 132 lldb::InstructionSP inst_sp(GetOpaque()); in GetOperands() 151 lldb::InstructionSP inst_sp(GetOpaque()); in GetComment() 170 lldb::InstructionSP inst_sp(GetOpaque()); in GetControlFlowKind() 189 lldb::InstructionSP inst_s in GetByteSize() [all...]
80 const lldb::InstructionSP &inst_sp);83 const lldb::InstructionSP &inst_sp);85 lldb::InstructionSP GetOpaque();
296 lldb::InstructionSP GetInstructionAtIndex(size_t idx) const;303 lldb::InstructionSP GetInstructionAtAddress(const Address &addr);340 void Append(lldb::InstructionSP &inst_sp);346 typedef std::vector<lldb::InstructionSP> collection;
381 if (lldb::InstructionSP instruction = item.symbol_info->instruction) { in DumpInstruction()488 static std::tuple<DisassemblerSP, InstructionSP>493 if (InstructionSP instruction = in CalculateDisass()502 if (InstructionSP instruction = in CalculateDisass()520 : InstructionSP()); in CalculateDisass()804 const InstructionSP &insn = last_function_call->GetLastTracedSegment() in AppendInstructionToFunctionCallForest()
340 InstructionSP last_inst = in SetNextBranchBreakpoint()
1320 InstructionSP instruction_sp = in GuessValueForAddress()1531 InstructionSP instruction_sp = in DoGuessValueAt()
156 InstructionSP prev_insn; in GetInstructionAtAddress()
59 lldb::InstructionSP instruction;
985 InstructionSP InstructionList::GetInstructionAtIndex(size_t idx) const { in GetInstructionAtIndex()986 InstructionSP inst_sp; in GetInstructionAtIndex()992 InstructionSP InstructionList::GetInstructionAtAddress(const Address &address) { in GetInstructionAtAddress()1027 void InstructionList::Append(lldb::InstructionSP &inst_sp) { in Append()
59 InstructionSP insn = insn_list.GetInstructionAtIndex(0); in GetPtrauthInstructionInfo()
355 typedef std::shared_ptr<lldb_private::Instruction> InstructionSP; typedef
1653 InstructionSP inst_sp( in SymbolLookupCallback()