Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp69 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::SBInstruction(const SBInstruction &rhs) in SBInstruction() function in SBInstruction
80 const SBInstruction &SBInstruction::operator=(const SBInstruction &rhs) { in operator =()
88 SBInstruction::~SBInstruction() = default;
90 bool SBInstruction::IsValid() { in IsValid()
94 SBInstruction::operator bool() const { in operator bool()
100 SBAddress SBInstruction::GetAddress() { in GetAddress()
186 size_t SBInstruction::GetByteSize() { in GetByteSize()
209 bool SBInstruction::DoesBranch() { in DoesBranch()
[all …]
H A DSBInstructionList.cpp60 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()
/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 DSBStream.h79 friend class SBInstruction; variable
H A DSBAddress.h95 friend class SBInstruction; variable
H A DSBFrame.h214 friend class SBInstruction; variable
H A DSBData.h151 friend class SBInstruction;
H A DSBDefines.h78 class LLDB_API SBInstruction; variable
H A DSBTarget.h939 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
231 friend class lldb::SBInstruction;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig37 #include "lldb/API/SBInstruction.h"
H A Dinterfaces.swig114 %include "lldb/API/SBInstruction.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31783 result = (lldb::SBInstruction *)new lldb::SBInstruction((lldb::SBInstruction const &)*arg1); in _wrap_new_SBInstruction__SWIG_1()
31830 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_IsValid()
31854 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetAddress()
31881 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetMnemonic()
31914 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetOperands()
31947 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetComment()
31980 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetControlFlowKind()
32013 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetData()
32049 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_GetByteSize()
32073 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ; in _wrap_SBInstruction_DoesBranch()
[all …]
H A DMakefile47 SRCS+= API/SBInstruction.cpp