Home
last modified time | relevance | path

Searched refs:SBFileSpecList (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp24 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()
87 const lldb_private::FileSpecList *SBFileSpecList::get() const { in get()
95 const lldb_private::FileSpecList &SBFileSpecList::ref() const { in ref()
[all …]
H A DSBTarget.cpp692 SBFileSpecList empty_list; in BreakpointCreateByLocation()
805 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
817 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
839 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames()
863 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames()
887 SBFileSpecList module_spec_list; in BreakpointCreateByRegex()
888 SBFileSpecList comp_unit_list; in BreakpointCreateByRegex()
908 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByRegex()
967 SBFileSpecList module_spec_list; in BreakpointCreateBySourceRegex()
973 SBFileSpecList source_file_list; in BreakpointCreateBySourceRegex()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h623 const SBFileSpecList &module_list,
624 const SBFileSpecList &comp_unit_list);
631 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
638 const SBFileSpecList &module_list,
639 const SBFileSpecList &comp_unit_list);
646 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
660 const SBFileSpecList &module_list,
668 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
689 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
737 const SBFileSpecList &module_list,
[all …]
H A DSBFileSpecList.h17 class LLDB_API SBFileSpecList {
19 SBFileSpecList();
21 SBFileSpecList(const lldb::SBFileSpecList &rhs);
23 ~SBFileSpecList();
25 const SBFileSpecList &operator=(const lldb::SBFileSpecList &rhs);
H A DSBFileSpec.h68 friend class SBFileSpecList; variable
H A DSBStream.h76 friend class SBFileSpecList; variable
H A DSBDefines.h73 class LLDB_API SBFileSpecList; variable
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecListExtensions.i1 STRING_EXTENSION_OUTSIDE(SBFileSpecList)
3 %extend lldb::SBFileSpecList {
H A DSBFileSpecListDocstrings.i3 ) lldb::SBFileSpecList;
/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig32 #include "lldb/API/SBFileSpecList.h"
H A Dinterfaces.swig109 %include "lldb/API/SBFileSpecList.h"
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp28183 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList(); in _wrap_new_SBFileSpecList__SWIG_0()
28207 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList((lldb::SBFileSpecList const &)*arg1); in _wrap_new_SBFileSpecList__SWIG_1()
28254 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetSize()
28278 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetDescription()
28309 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_Append()
28339 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_AppendIfUnique()
28370 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_Clear()
28393 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_FindFileIndex()
28430 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetFileSpecAtIndex()
28460 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList___tostring()
[all …]
H A DMakefile42 SRCS+= API/SBFileSpecList.cpp