Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp53 const lldb::InstructionSP &inst_sp) in InstructionImpl()
56 lldb::InstructionSP GetSP() const { return m_inst_sp; } in GetSP()
62 lldb::InstructionSP m_inst_sp;
71 const lldb::InstructionSP &inst_sp) in SBInstruction()
103 lldb::InstructionSP inst_sp(GetOpaque()); in GetAddress()
112 lldb::InstructionSP inst_sp(GetOpaque()); in GetMnemonic()
131 lldb::InstructionSP inst_sp(GetOpaque()); in GetOperands()
150 lldb::InstructionSP inst_sp(GetOpaque()); in GetComment()
169 lldb::InstructionSP inst_sp(GetOpaque()); in GetControlFlowKind()
188 lldb::InstructionSP inst_sp(GetOpaque()); in GetByteSize()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h80 const lldb::InstructionSP &inst_sp);
83 const lldb::InstructionSP &inst_sp);
85 lldb::InstructionSP GetOpaque();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h296 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;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp381 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()
H A DThreadPlanStepRange.cpp363 InstructionSP last_inst = in SetNextBranchBreakpoint()
H A DStackFrame.cpp1458 InstructionSP instruction_sp = in GuessValueForAddress()
1676 InstructionSP instruction_sp = in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h59 lldb::InstructionSP instruction;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp155 InstructionSP prev_insn; in GetInstructionAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1019 InstructionSP InstructionList::GetInstructionAtIndex(size_t idx) const { in GetInstructionAtIndex()
1020 InstructionSP inst_sp; in GetInstructionAtIndex()
1026 InstructionSP InstructionList::GetInstructionAtAddress(const Address &address) { in GetInstructionAtAddress()
1061 void InstructionList::Append(lldb::InstructionSP &inst_sp) { in Append()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp62 InstructionSP insn = insn_list.GetInstructionAtIndex(0); in GetPtrauthInstructionInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h360 typedef std::shared_ptr<lldb_private::Instruction> InstructionSP; typedef
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1669 InstructionSP inst_sp( in DecodeInstructions()