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.cpp1 //===-- SBInstructionList.cpp ---------------------------------------------===//
9 #include "lldb/API/SBInstructionList.h"
24 SBInstructionList::SBInstructionList() { LLDB_INSTRUMENT_VA(this); } in SBInstructionList() function in SBInstructionList
26 SBInstructionList::SBInstructionList(const SBInstructionList &rhs) in SBInstructionList() function in SBInstructionList
31 const SBInstructionList &SBInstructionList::
32 operator=(const SBInstructionList
[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.cpp108 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions()
114 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions()
118 SBInstructionList sb_instructions; in GetInstructions()
H A DSBTarget.cpp1987 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
1994 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
1999 SBInstructionList sb_instructions; in ReadInstructions()
2024 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress start_addr, in ReadInstructions()
2029 SBInstructionList sb_instructions; in ReadInstructions()
2048 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions()
2056 lldb::SBInstructionList
2062 SBInstructionList sb_instructions; in GetInstructionsWithFlavor()
2081 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions()
2090 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.h875 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
878 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
882 lldb::SBInstructionList ReadInstructions(lldb::SBAddress start_addr,
886 lldb::SBInstructionList GetInstructions(lldb::SBAddress base_addr,
892 lldb::SBInstructionList GetInstructionsWithFlavor(lldb::SBAddress base_addr,
898 lldb::SBInstructionList GetInstructions(lldb::addr_t base_addr,
900 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 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 Dheaders.swig41 #include "lldb/API/SBInstructionList.h"
H A Dinterfaces.swig122 %include "lldb/API/SBInstructionList.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3513 SWIGINTERN std::string lldb_SBInstructionList___repr__(lldb::SBInstructionList *self){ in lldb_SBInstructionList___repr__()
32367 lldb::SBInstructionList result; in _wrap_SBFunction_GetInstructions__SWIG_0()
32385 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result); in _wrap_SBFunction_GetInstructions__SWIG_0()
32404 lldb::SBInstructionList result; in _wrap_SBFunction_GetInstructions__SWIG_1()
32424 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result); in _wrap_SBFunction_GetInstructions__SWIG_1()
33943 lldb::SBInstructionList *result = 0 ; in _wrap_new_SBInstructionList__SWIG_0()
33946 result = (lldb::SBInstructionList *)new lldb::SBInstructionList(); in _wrap_new_SBInstructionList__SWIG_0()
33960 lldb::SBInstructionList *arg1 = 0 ; in _wrap_new_SBInstructionList__SWIG_1()
33961 lldb::SBInstructionList *result = 0 ; in _wrap_new_SBInstructionList__SWIG_1()
33970 …result = (lldb::SBInstructionList *)new lldb::SBInstructionList((lldb::SBInstructionList const &)*… in _wrap_new_SBInstructionList__SWIG_1()
[all …]
H A DMakefile49 SRCS+= API/SBInstructionList.cpp