Home
last modified time | relevance | path

Searched refs:SBFileSpecList (Results 1 – 11 of 11) 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.cpp689 SBFileSpecList empty_list; in BreakpointCreateByLocation()
696 SBFileSpecList &sb_module_list) { in BreakpointCreateByLocation()
705 lldb::addr_t offset, SBFileSpecList &sb_module_list) { in BreakpointCreateByLocation()
731 lldb::addr_t offset, SBFileSpecList &sb_module_list, in BreakpointCreateByLocation()
787 const SBFileSpecList &module_list, in BreakpointCreateByName()
788 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
799 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
810 LanguageType symbol_language, const SBFileSpecList &module_list, in BreakpointCreateByName()
811 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
833 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h625 lldb::addr_t offset, SBFileSpecList &module_list);
630 SBFileSpecList &module_list);
635 SBFileSpecList &module_list,
644 const SBFileSpecList &module_list,
645 const SBFileSpecList &comp_unit_list);
651 const SBFileSpecList &module_list,
652 const SBFileSpecList &comp_unit_list);
659 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
666 const SBFileSpecList &module_list,
667 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 Dinterfaces.swig118 %include "lldb/API/SBFileSpecList.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3407 SWIGINTERN std::string lldb_SBFileSpecList___repr__(lldb::SBFileSpecList *self){ in lldb_SBFileSpecList___repr__()
30031 lldb::SBFileSpecList *result = 0 ; in _wrap_new_SBFileSpecList__SWIG_0()
30034 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList(); in _wrap_new_SBFileSpecList__SWIG_0()
30048 lldb::SBFileSpecList *arg1 = 0 ; in _wrap_new_SBFileSpecList__SWIG_1()
30049 lldb::SBFileSpecList *result = 0 ; in _wrap_new_SBFileSpecList__SWIG_1()
30058 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList((lldb::SBFileSpecList const &)*arg1); in _wrap_new_SBFileSpecList__SWIG_1()
30105 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetSize()
30115 result = (uint32_t)((lldb::SBFileSpecList const *)arg1)->GetSize(); in _wrap_SBFileSpecList_GetSize()
30129 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ; in _wrap_SBFileSpecList_GetDescription()
30146 result = (bool)((lldb::SBFileSpecList const *)arg1)->GetDescription(*arg2); in _wrap_SBFileSpecList_GetDescription()
[all …]
H A DMakefile58 SRCS+= API/SBFileSpecList.cpp