Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBInstruction.cpp54 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_sp(GetOpaque()); in GetByteSize()
[all …]
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBInstruction.h78 const lldb::InstructionSP &inst_sp);
81 const lldb::InstructionSP &inst_sp);
83 lldb::InstructionSP GetOpaque();
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDisassembler.h292 lldb::InstructionSP GetInstructionAtIndex(size_t idx) const;
299 lldb::InstructionSP GetInstructionAtAddress(const Address &addr);
336 void Append(lldb::InstructionSP &inst_sp);
342 typedef std::vector<lldb::InstructionSP> collection;
/openbsd/src/gnu/llvm/lldb/source/Target/
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()
519 : InstructionSP()); in CalculateDisass()
803 const InstructionSP &insn = last_function_call->GetLastTracedSegment() in AppendInstructionToFunctionCallForest()
DThreadPlanStepRange.cpp339 InstructionSP last_inst = in SetNextBranchBreakpoint()
DStackFrame.cpp1335 InstructionSP instruction_sp = in GuessValueForAddress()
1546 InstructionSP instruction_sp = in DoGuessValueAt()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp156 InstructionSP prev_insn; in GetInstructionAtAddress()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DTraceDumper.h58 lldb::InstructionSP instruction;
/openbsd/src/gnu/llvm/lldb/source/Core/
DDisassembler.cpp981 InstructionSP InstructionList::GetInstructionAtIndex(size_t idx) const { in GetInstructionAtIndex()
982 InstructionSP inst_sp; in GetInstructionAtIndex()
988 InstructionSP InstructionList::GetInstructionAtAddress(const Address &address) { in GetInstructionAtAddress()
1023 void InstructionList::Append(lldb::InstructionSP &inst_sp) { in Append()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp57 InstructionSP insn = insn_list.GetInstructionAtIndex(0); in GetPtrauthInstructionInfo()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-forward.h338 typedef std::shared_ptr<lldb_private::Instruction> InstructionSP; typedef
/openbsd/src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1612 InstructionSP inst_sp( in DecodeInstructions()