| /freebsd-13.1/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) : m_opaque_up() { in SBFileSpecList() function in SBFileSpecList 29 LLDB_RECORD_CONSTRUCTOR(SBFileSpecList, (const lldb::SBFileSpecList &), rhs); in SBFileSpecList() 35 SBFileSpecList::~SBFileSpecList() = default; 37 const SBFileSpecList &SBFileSpecList::operator=(const SBFileSpecList &rhs) { in operator =() 39 SBFileSpecList, operator=,(const lldb::SBFileSpecList &), in operator =() 47 uint32_t SBFileSpecList::GetSize() const { in GetSize() 67 void SBFileSpecList::Clear() { in Clear() 133 LLDB_REGISTER_CONSTRUCTOR(SBFileSpecList, (const lldb::SBFileSpecList &)); in RegisterMethods() 135 const lldb::SBFileSpecList &, in RegisterMethods() [all …]
|
| H A D | SBTarget.cpp | 742 SBFileSpecList empty_list; in BreakpointCreateByLocation() 869 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName() 909 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames() 913 const lldb::SBFileSpecList &), in BreakpointCreateByNames() 940 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames() 970 SBFileSpecList module_spec_list; in BreakpointCreateByRegex() 971 SBFileSpecList comp_unit_list; in BreakpointCreateByRegex() 995 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByRegex() 1063 SBFileSpecList module_spec_list; in BreakpointCreateBySourceRegex() 1069 SBFileSpecList source_file_list; in BreakpointCreateBySourceRegex() [all …]
|
| H A D | SBReproducer.cpp | 85 RegisterMethods<SBFileSpecList>(R); in SBRegistry()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 566 SBFileSpecList &module_list, 582 const SBFileSpecList &module_list, 583 const SBFileSpecList &comp_unit_list); 590 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list); 596 const SBFileSpecList &module_list, 597 const SBFileSpecList &comp_unit_list); 604 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list); 612 const SBFileSpecList &comp_unit_list); 624 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list); 672 const SBFileSpecList &module_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 | 65 friend class SBFileSpecList; variable
|
| H A D | SBStream.h | 70 friend class SBFileSpecList; variable
|
| H A D | SBDefines.h | 47 class LLDB_API SBFileSpecList; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFileSpecList.i | 13 ) SBFileSpecList; 14 class SBFileSpecList 17 SBFileSpecList (); 19 SBFileSpecList (const lldb::SBFileSpecList &rhs); 21 ~SBFileSpecList ();
|
| H A D | SBTarget.i | 562 SBFileSpecList &module_list); 567 SBFileSpecList &module_list, 576 const SBFileSpecList &module_list, 583 const SBFileSpecList &module_list, 619 const SBFileSpecList &module_list, 627 const SBFileSpecList &module_list, 636 const SBFileSpecList &module_list, 645 const SBFileSpecList &module_list, 652 …urceRegex (const char *source_regex, const lldb::SBFileSpecList &module_list, const lldb::SBFileSp… 736 const SBFileSpecList &module_list, [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 39 %include "./interface/SBFileSpecList.i"
|
| H A D | headers.swig | 32 #include "lldb/API/SBFileSpecList.h"
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 25984 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList(); in _wrap_new_SBFileSpecList__SWIG_0() 25998 lldb::SBFileSpecList *arg1 = 0 ; in _wrap_new_SBFileSpecList__SWIG_1() 26008 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList((lldb::SBFileSpecList const &)*arg1); in _wrap_new_SBFileSpecList__SWIG_1() 26055 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetSize() 26079 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetDescription() 26110 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_Append() 26140 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_AppendIfUnique() 26171 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_Clear() 26194 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_FindFileIndex() 26231 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetFileSpecAtIndex() [all …]
|
| H A D | Makefile | 42 SRCS+= API/SBFileSpecList.cpp
|