Searched refs:SBInstruction (Results 1 – 18 of 18) sorted by relevance
1 //===-- SBInstruction.cpp -------------------------------------------------===//9 #include "lldb/API/SBInstruction.h"16 #include "lldb/API/SBInstruction.h"39 // 1 lldb::SBInstruction inst;47 // answer questions about itself. So we make sure that any SBInstruction69 SBInstruction::SBInstruction() { LLDB_INSTRUMENT_VA(this); } in SBInstruction() function in SBInstruction 71 SBInstruction::SBInstruction(const lldb::DisassemblerSP &disasm_sp, in SBInstruction() function in SBInstruction 75 SBInstruction function in SBInstruction [all...]
12 #include "lldb/API/SBInstruction.h"60 SBInstruction SBInstructionList::GetInstructionAtIndex(uint32_t idx) { in GetInstructionAtIndex() 63 SBInstruction inst; in GetInstructionAtIndex() 91 SBInstruction insn = GetInstructionAtIndex(i); in GetInstructionsCount() 104 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
214 friend class SBInstruction;199 friend class SBInstruction; global() variable
151 friend class SBInstruction;
81 class LLDB_API SBInstruction; variable
955 friend class SBInstruction; variable
1 STRING_EXTENSION_OUTSIDE(SBInstruction)3 %extend lldb::SBInstruction {
3 ) lldb::SBInstruction;
22 class SBInstruction; variable231 friend class lldb::SBInstruction;
40 #include "lldb/API/SBInstruction.h"
121 %include "lldb/API/SBInstruction.h"
3503 SWIGINTERN std::string lldb_SBInstruction___repr__(lldb::SBInstruction *self){ in lldb_SBInstruction___repr__()33215 lldb::SBInstruction *result = 0 ; in _wrap_new_SBInstruction__SWIG_0()33218 result = (lldb::SBInstruction *)new lldb::SBInstruction(); in _wrap_new_SBInstruction__SWIG_0()33232 lldb::SBInstruction *arg1 = 0 ; in _wrap_new_SBInstruction__SWIG_1()33233 lldb::SBInstruction *result = 0 ; in _wrap_new_SBInstruction__SWIG_1()33242 result = (lldb::SBInstruction *)new lldb::SBInstruction((lldb::SBInstruction const &)*arg1); in _wrap_new_SBInstruction__SWIG_1()33289 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_IsValid()33313 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetAddress()33340 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetMnemonic()33373 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetOperands()[all …]
48 SRCS+= API/SBInstruction.cpp