Home
last modified time | relevance | path

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

/external/llvm-project/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;
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 …]
/external/llvm-project/lldb/include/lldb/API/
DSBInstruction.h76 const lldb::InstructionSP &inst_sp);
79 const lldb::InstructionSP &inst_sp);
81 lldb::InstructionSP GetOpaque();
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h272 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;
/external/llvm-project/lldb/unittests/Disassembler/
DTestArm64Disassembly.cpp68 InstructionSP inst_sp; in TEST_F()
DTestArmv7Disassembly.cpp76 InstructionSP inst_sp; in TEST_F()
/external/llvm-project/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp162 InstructionSP prev_insn; in GetInstructionAtAddress()
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp948 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()
/external/llvm-project/lldb/source/Target/
DTrace.cpp152 if (InstructionSP instruction = in TryDumpInstructionInfo()
DThreadPlanStepRange.cpp339 InstructionSP last_inst = in SetNextBranchBreakpoint()
DStackFrame.cpp1326 InstructionSP instruction_sp = in GuessValueForAddress()
1536 InstructionSP instruction_sp = in DoGuessValueAt()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h328 typedef std::shared_ptr<lldb_private::Instruction> InstructionSP; typedef
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1224 InstructionSP inst_sp( in DecodeInstructions()