Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp68 SBInstruction::SBInstruction() { LLDB_INSTRUMENT_VA(this); } in SBInstruction() function in SBInstruction
70 SBInstruction::SBInstruction(const lldb::DisassemblerSP &disasm_sp, in SBInstruction() function in SBInstruction
74 SBInstruction::SBInstruction(const SBInstruction &rhs) in SBInstruction() function in SBInstruction
79 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 …]
H A DSBInstructionList.cpp62 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h24 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,
H A DSBInstructionList.h34 lldb::SBInstruction GetInstructionAtIndex(uint32_t idx);
45 void AppendInstruction(lldb::SBInstruction inst);
H A DSBFile.h19 friend class SBInstruction; variable
H A DSBAddress.h96 friend class SBInstruction; variable
H A DSBStream.h85 friend class SBInstruction; variable
H A DSBFrame.h223 friend class SBInstruction; variable
H A DSBData.h151 friend class SBInstruction;
H A DSBDefines.h81 class LLDB_API SBInstruction; variable
H A DSBTarget.h974 friend class SBInstruction; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionExtensions.i1 STRING_EXTENSION_OUTSIDE(SBInstruction)
3 %extend lldb::SBInstruction {
H A DSBInstructionDocstrings.i3 ) lldb::SBInstruction;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h22 class SBInstruction; variable
254 friend class lldb::SBInstruction;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig123 %include "lldb/API/SBInstruction.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3437 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 …]
H A DMakefile63 SRCS+= API/SBInstruction.cpp