Home
last modified time | relevance | path

Searched refs:SBInstruction (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBInstruction.cpp69 SBInstruction::SBInstruction() : m_opaque_sp() { in SBInstruction() function in SBInstruction
70 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBInstruction); in SBInstruction()
73 SBInstruction::SBInstruction(const lldb::DisassemblerSP &disasm_sp, in SBInstruction() function in SBInstruction
77 SBInstruction::SBInstruction(const SBInstruction &rhs) in SBInstruction() function in SBInstruction
79 LLDB_RECORD_CONSTRUCTOR(SBInstruction, (const lldb::SBInstruction &), rhs); in SBInstruction()
82 const SBInstruction &SBInstruction::operator=(const SBInstruction &rhs) { in operator =()
83 LLDB_RECORD_METHOD(const lldb::SBInstruction &, in operator =()
84 SBInstruction, operator=,(const lldb::SBInstruction &), in operator =()
92 SBInstruction::~SBInstruction() = default;
94 bool SBInstruction::IsValid() { in IsValid()
[all …]
DSBInstructionList.cpp65 SBInstruction SBInstructionList::GetInstructionAtIndex(uint32_t idx) { in GetInstructionAtIndex()
66 LLDB_RECORD_METHOD(lldb::SBInstruction, SBInstructionList, in GetInstructionAtIndex()
69 SBInstruction inst; in GetInstructionAtIndex()
99 SBInstruction insn = GetInstructionAtIndex(i); in GetInstructionsCount()
112 void SBInstructionList::AppendInstruction(SBInstruction insn) { in AppendInstruction()
114 (lldb::SBInstruction), insn); in AppendInstruction()
216 LLDB_REGISTER_METHOD(lldb::SBInstruction, SBInstructionList, in RegisterMethods()
223 (lldb::SBInstruction)); in RegisterMethods()
DSBReproducer.cpp90 RegisterMethods<SBInstruction>(R); in SBRegistry()
DCMakeLists.txt50 SBInstruction.cpp
/external/llvm-project/lldb/include/lldb/API/
DSBInstruction.h24 class LLDB_API SBInstruction {
26 SBInstruction();
28 SBInstruction(const SBInstruction &rhs);
30 const SBInstruction &operator=(const SBInstruction &rhs);
32 ~SBInstruction();
75 SBInstruction(const lldb::DisassemblerSP &disasm_sp,
DSBInstructionList.h34 lldb::SBInstruction GetInstructionAtIndex(uint32_t idx);
45 void AppendInstruction(lldb::SBInstruction inst);
DSBFile.h17 friend class SBInstruction; variable
DSBStream.h73 friend class SBInstruction; variable
DSBAddress.h95 friend class SBInstruction; variable
DSBFrame.h192 friend class SBInstruction; variable
DSBDefines.h51 class LLDB_API SBInstruction; variable
DSBData.h144 friend class SBInstruction;
DSBTarget.h843 friend class SBInstruction; variable
/external/llvm-project/lldb/bindings/interface/
DSBInstruction.i16 class SBInstruction
20 SBInstruction ();
22 SBInstruction (const SBInstruction &rhs);
24 ~SBInstruction ();
77 STRING_EXTENSION(SBInstruction)
DSBInstructionList.i45 lldb::SBInstruction
55 AppendInstruction (lldb::SBInstruction inst);
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_instructionlist.py11 obj.AppendInstruction(lldb.SBInstruction())
DTestDefaultConstructorForAPIObjects.py199 obj = lldb.SBInstruction()
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCodeForward.h31 class SBInstruction; variable
DJSONUtils.cpp634 lldb::SBInstruction inst = insts.GetInstructionAtIndex(i); in CreateSource()
/external/llvm-project/lldb/test/API/arm/emulation/
DTestEmulations.py46 insn = lldb.SBInstruction()
/external/llvm-project/lldb/include/lldb/Core/
DOpcode.h22 class SBInstruction; variable
225 friend class lldb::SBInstruction;
/external/llvm-project/lldb/bindings/
Dheaders.swig36 #include "lldb/API/SBInstruction.h"
Dinterfaces.swig43 %include "./interface/SBInstruction.i"