Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp26 SBInstructionList::SBInstructionList() { LLDB_INSTRUMENT_VA(this); } in SBInstructionList() function in SBInstructionList
28 SBInstructionList::SBInstructionList(const SBInstructionList &rhs) in SBInstructionList() function in SBInstructionList
33 const SBInstructionList &SBInstructionList::
34 operator=(const SBInstructionList &rhs) { in operator =()
42 SBInstructionList::~SBInstructionList() = default;
44 bool SBInstructionList::IsValid() const { in IsValid()
48 SBInstructionList::operator bool() const { in operator bool()
54 size_t SBInstructionList::GetSize() { in GetSize()
62 SBInstruction SBInstructionList::GetInstructionAtIndex(uint32_t idx) { in GetInstructionAtIndex()
73 size_t SBInstructionList::GetInstructionsCount(const SBAddress &start, in GetInstructionsCount()
[all …]
H A DSBSymbol.cpp107 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions()
113 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions()
117 SBInstructionList sb_instructions; in GetInstructions()
H A DSBFunction.cpp109 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions()
115 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions()
119 SBInstructionList sb_instructions; in GetInstructions()
H A DSBTarget.cpp1942 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
1949 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
1954 SBInstructionList sb_instructions; in ReadInstructions()
1987 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress start_addr, in ReadInstructions()
1992 SBInstructionList sb_instructions; in ReadInstructions()
2011 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions()
2019 lldb::SBInstructionList
2025 SBInstructionList sb_instructions; in GetInstructionsWithFlavor()
2053 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions()
2062 lldb::SBInstructionList
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h18 class LLDB_API SBInstructionList {
20 SBInstructionList();
22 SBInstructionList(const SBInstructionList &rhs);
24 const SBInstructionList &operator=(const SBInstructionList &rhs);
26 ~SBInstructionList();
H A DSBTarget.h892 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
895 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
899 lldb::SBInstructionList ReadInstructions(lldb::SBAddress start_addr,
903 lldb::SBInstructionList GetInstructions(lldb::SBAddress base_addr,
909 lldb::SBInstructionList GetInstructionsWithFlavor(lldb::SBAddress base_addr,
915 lldb::SBInstructionList GetInstructions(lldb::addr_t base_addr,
917 lldb::SBInstructionList GetInstructionsWithFlavor(lldb::addr_t base_addr,
H A DSBSymbol.h39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBFunction.h39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBFile.h20 friend class SBInstructionList; variable
H A DSBExecutionContext.h58 friend class SBInstructionList;
H A DSBInstruction.h77 friend class SBInstructionList;
H A DSBStream.h86 friend class SBInstructionList; variable
H A DSBDefines.h82 class LLDB_API SBInstructionList; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionListExtensions.i1 STRING_EXTENSION_OUTSIDE(SBInstructionList)
3 %extend lldb::SBInstructionList {
H A DSBInstructionListDocstrings.i14 ) lldb::SBInstructionList;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig124 %include "lldb/API/SBInstructionList.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3447 SWIGINTERN std::string lldb_SBInstructionList___repr__(lldb::SBInstructionList *self){ in lldb_SBInstructionList___repr__()
32840 lldb::SBInstructionList result; in _wrap_SBFunction_GetInstructions__SWIG_0()
32858 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result); in _wrap_SBFunction_GetInstructions__SWIG_0()
32877 lldb::SBInstructionList result; in _wrap_SBFunction_GetInstructions__SWIG_1()
32897 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result); in _wrap_SBFunction_GetInstructions__SWIG_1()
34416 lldb::SBInstructionList *result = 0 ; in _wrap_new_SBInstructionList__SWIG_0()
34419 result = (lldb::SBInstructionList *)new lldb::SBInstructionList(); in _wrap_new_SBInstructionList__SWIG_0()
34433 lldb::SBInstructionList *arg1 = 0 ; in _wrap_new_SBInstructionList__SWIG_1()
34434 lldb::SBInstructionList *result = 0 ; in _wrap_new_SBInstructionList__SWIG_1()
34443 …result = (lldb::SBInstructionList *)new lldb::SBInstructionList((lldb::SBInstructionList const &)*… in _wrap_new_SBInstructionList__SWIG_1()
[all …]
H A DMakefile64 SRCS+= API/SBInstructionList.cpp