Home
last modified time | relevance | path

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

/freebsd/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()
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 DSBTarget.cpp699 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 DSBTarget.h608 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 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.h82 friend class SBFileSpecList; variable
H A DSBDefines.h76 class LLDB_API SBFileSpecList; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecListDocstrings.i3 ) lldb::SBFileSpecList;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig35 #include "lldb/API/SBFileSpecList.h"
H A Dinterfaces.swig116 %include "lldb/API/SBFileSpecList.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3473 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 DMakefile43 SRCS+= API/SBFileSpecList.cpp