Searched refs:SBInstruction (Results 1 – 17 of 17) sorted by relevance
68 SBInstruction::SBInstruction() { LLDB_INSTRUMENT_VA(this); } in SBInstruction() function in SBInstruction70 SBInstruction::SBInstruction(const lldb::DisassemblerSP &disasm_sp, in SBInstruction() function in SBInstruction74 SBInstruction::SBInstruction(const SBInstruction &rhs) in SBInstruction() function in SBInstruction79 const SBInstruction &SBInstruction::operator=(const SBInstruction &rhs) { in operator =()87 SBInstruction::~SBInstruction() = default;89 bool SBInstruction::IsValid() { in IsValid()93 SBInstruction::operator bool() const { in operator bool()99 SBAddress SBInstruction::GetAddress() { in GetAddress()109 const char *SBInstruction::GetMnemonic(SBTarget target) { in GetMnemonic()128 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands()[all …]
62 SBInstruction SBInstructionList::GetInstructionAtIndex(uint32_t idx) { in GetInstructionAtIndex()65 SBInstruction inst; in GetInstructionAtIndex()93 SBInstruction insn = GetInstructionAtIndex(i); in GetInstructionsCount()106 void SBInstructionList::AppendInstruction(SBInstruction insn) { in AppendInstruction()
24 class LLDB_API SBInstruction {26 SBInstruction();28 SBInstruction(const SBInstruction &rhs);30 const SBInstruction &operator=(const SBInstruction &rhs);32 ~SBInstruction();79 SBInstruction(const lldb::DisassemblerSP &disasm_sp,
34 lldb::SBInstruction GetInstructionAtIndex(uint32_t idx);45 void AppendInstruction(lldb::SBInstruction inst);
19 friend class SBInstruction; variable
96 friend class SBInstruction; variable
85 friend class SBInstruction; variable
223 friend class SBInstruction; variable
151 friend class SBInstruction;
81 class LLDB_API SBInstruction; variable
974 friend class SBInstruction; variable
1 STRING_EXTENSION_OUTSIDE(SBInstruction)3 %extend lldb::SBInstruction {
3 ) lldb::SBInstruction;
22 class SBInstruction; variable254 friend class lldb::SBInstruction;
123 %include "lldb/API/SBInstruction.h"
3437 SWIGINTERN std::string lldb_SBInstruction___repr__(lldb::SBInstruction *self){ in lldb_SBInstruction___repr__()33688 lldb::SBInstruction *result = 0 ; in _wrap_new_SBInstruction__SWIG_0()33691 result = (lldb::SBInstruction *)new lldb::SBInstruction(); in _wrap_new_SBInstruction__SWIG_0()33705 lldb::SBInstruction *arg1 = 0 ; in _wrap_new_SBInstruction__SWIG_1()33706 lldb::SBInstruction *result = 0 ; in _wrap_new_SBInstruction__SWIG_1()33715 result = (lldb::SBInstruction *)new lldb::SBInstruction((lldb::SBInstruction const &)*arg1); in _wrap_new_SBInstruction__SWIG_1()33762 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_IsValid()33786 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetAddress()33813 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetMnemonic()33846 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetOperands()[all …]
63 SRCS+= API/SBInstruction.cpp