| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBInstructionList.cpp | 26 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 D | SBSymbol.cpp | 107 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions() 113 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions() 117 SBInstructionList sb_instructions; in GetInstructions()
|
| H A D | SBFunction.cpp | 109 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() 115 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions() 119 SBInstructionList sb_instructions; in GetInstructions()
|
| H A D | SBTarget.cpp | 1942 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 D | SBInstructionList.h | 18 class LLDB_API SBInstructionList { 20 SBInstructionList(); 22 SBInstructionList(const SBInstructionList &rhs); 24 const SBInstructionList &operator=(const SBInstructionList &rhs); 26 ~SBInstructionList();
|
| H A D | SBTarget.h | 892 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 D | SBSymbol.h | 39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBFunction.h | 39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBFile.h | 20 friend class SBInstructionList; variable
|
| H A D | SBExecutionContext.h | 58 friend class SBInstructionList;
|
| H A D | SBInstruction.h | 77 friend class SBInstructionList;
|
| H A D | SBStream.h | 86 friend class SBInstructionList; variable
|
| H A D | SBDefines.h | 82 class LLDB_API SBInstructionList; variable
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBInstructionListExtensions.i | 1 STRING_EXTENSION_OUTSIDE(SBInstructionList) 3 %extend lldb::SBInstructionList {
|
| H A D | SBInstructionListDocstrings.i | 14 ) lldb::SBInstructionList;
|
| /freebsd/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 124 %include "lldb/API/SBInstructionList.h"
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3447 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 D | Makefile | 64 SRCS+= API/SBInstructionList.cpp
|