Searched refs:SBFileSpecList (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFileSpecList.cpp | 24 SBFileSpecList::SBFileSpecList() : m_opaque_up(new FileSpecList()) { in SBFileSpecList() function in SBFileSpecList 28 SBFileSpecList::SBFileSpecList(const SBFileSpecList &rhs) { in SBFileSpecList() function in SBFileSpecList 34 SBFileSpecList::~SBFileSpecList() = default; 36 const SBFileSpecList &SBFileSpecList::operator=(const SBFileSpecList &rhs) { in operator =() 44 uint32_t SBFileSpecList::GetSize() const { in GetSize() 50 void SBFileSpecList::Append(const SBFileSpec &sb_file) { in Append() 56 bool SBFileSpecList::AppendIfUnique(const SBFileSpec &sb_file) { in AppendIfUnique() 62 void SBFileSpecList::Clear() { in Clear() 68 uint32_t SBFileSpecList::FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, in FindFileIndex() 75 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex() [all …]
|
H A D | SBTarget.cpp | 699 SBFileSpecList empty_list; in BreakpointCreateByLocation() 706 SBFileSpecList &sb_module_list) { in BreakpointCreateByLocation() 715 lldb::addr_t offset, SBFileSpecList &sb_module_list) { in BreakpointCreateByLocation() 742 lldb::addr_t offset, SBFileSpecList &sb_module_list, in BreakpointCreateByLocation() 800 const SBFileSpecList &module_list, in BreakpointCreateByName() 801 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName() 812 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName() 823 LanguageType symbol_language, const SBFileSpecList &module_list, in BreakpointCreateByName() 824 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName() 846 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTarget.h | 608 lldb::addr_t offset, SBFileSpecList &module_list); 613 SBFileSpecList &module_list); 618 SBFileSpecList &module_list, 627 const SBFileSpecList &module_list, 628 const SBFileSpecList &comp_unit_list); 634 const SBFileSpecList &module_list, 635 const SBFileSpecList &comp_unit_list); 642 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list); 649 const SBFileSpecList &module_list, 650 const SBFileSpecList &comp_unit_list); [all …]
|
H A D | SBFileSpecList.h | 17 class LLDB_API SBFileSpecList { 19 SBFileSpecList(); 21 SBFileSpecList(const lldb::SBFileSpecList &rhs); 23 ~SBFileSpecList(); 25 const SBFileSpecList &operator=(const lldb::SBFileSpecList &rhs);
|
H A D | SBFileSpec.h | 68 friend class SBFileSpecList; variable
|
H A D | SBStream.h | 82 friend class SBFileSpecList; variable
|
H A D | SBDefines.h | 76 class LLDB_API SBFileSpecList; variable
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFileSpecListDocstrings.i | 3 ) lldb::SBFileSpecList;
|
/freebsd/contrib/llvm-project/lldb/bindings/ |
H A D | headers.swig | 35 #include "lldb/API/SBFileSpecList.h"
|
H A D | interfaces.swig | 116 %include "lldb/API/SBFileSpecList.h"
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3473 SWIGINTERN std::string lldb_SBFileSpecList___repr__(lldb::SBFileSpecList *self){ in lldb_SBFileSpecList___repr__() 29611 lldb::SBFileSpecList *result = 0 ; in _wrap_new_SBFileSpecList__SWIG_0() 29614 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList(); in _wrap_new_SBFileSpecList__SWIG_0() 29628 lldb::SBFileSpecList *arg1 = 0 ; in _wrap_new_SBFileSpecList__SWIG_1() 29629 lldb::SBFileSpecList *result = 0 ; in _wrap_new_SBFileSpecList__SWIG_1() 29638 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList((lldb::SBFileSpecList const &)*arg1); in _wrap_new_SBFileSpecList__SWIG_1() 29685 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetSize() 29695 result = (uint32_t)((lldb::SBFileSpecList const *)arg1)->GetSize(); in _wrap_SBFileSpecList_GetSize() 29709 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetDescription() 29726 result = (bool)((lldb::SBFileSpecList const *)arg1)->GetDescription(*arg2); in _wrap_SBFileSpecList_GetDescription() [all …]
|
H A D | Makefile | 43 SRCS+= API/SBFileSpecList.cpp
|