/external/llvm-project/lldb/source/API/ |
D | SBInstruction.cpp | 69 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 …]
|
D | SBInstructionList.cpp | 65 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()
|
D | SBReproducer.cpp | 90 RegisterMethods<SBInstruction>(R); in SBRegistry()
|
D | CMakeLists.txt | 50 SBInstruction.cpp
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBInstruction.h | 24 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,
|
D | SBInstructionList.h | 34 lldb::SBInstruction GetInstructionAtIndex(uint32_t idx); 45 void AppendInstruction(lldb::SBInstruction inst);
|
D | SBFile.h | 17 friend class SBInstruction; variable
|
D | SBStream.h | 73 friend class SBInstruction; variable
|
D | SBAddress.h | 95 friend class SBInstruction; variable
|
D | SBFrame.h | 192 friend class SBInstruction; variable
|
D | SBDefines.h | 51 class LLDB_API SBInstruction; variable
|
D | SBData.h | 144 friend class SBInstruction;
|
D | SBTarget.h | 843 friend class SBInstruction; variable
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBInstruction.i | 16 class SBInstruction 20 SBInstruction (); 22 SBInstruction (const SBInstruction &rhs); 24 ~SBInstruction (); 77 STRING_EXTENSION(SBInstruction)
|
D | SBInstructionList.i | 45 lldb::SBInstruction 55 AppendInstruction (lldb::SBInstruction inst);
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_instructionlist.py | 11 obj.AppendInstruction(lldb.SBInstruction())
|
D | TestDefaultConstructorForAPIObjects.py | 199 obj = lldb.SBInstruction()
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | VSCodeForward.h | 31 class SBInstruction; variable
|
D | JSONUtils.cpp | 634 lldb::SBInstruction inst = insts.GetInstructionAtIndex(i); in CreateSource()
|
/external/llvm-project/lldb/test/API/arm/emulation/ |
D | TestEmulations.py | 46 insn = lldb.SBInstruction()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Opcode.h | 22 class SBInstruction; variable 225 friend class lldb::SBInstruction;
|
/external/llvm-project/lldb/bindings/ |
D | headers.swig | 36 #include "lldb/API/SBInstruction.h"
|
D | interfaces.swig | 43 %include "./interface/SBInstruction.i"
|