Searched refs:SBFileSpecList (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/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 in BreakpointCreateByName() [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTarget.h | 18 #include "lldb/API/SBFileSpecList.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 [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; 76 friend class SBFileSpecList; global() variable
|
H A D | SBDefines.h | 76 class LLDB_API SBFileSpecList; 73 class LLDB_API SBFileSpecList; global() variable
|
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFileSpecListExtensions.i | 1 STRING_EXTENSION_OUTSIDE(SBFileSpecList) 3 %extend lldb::SBFileSpecList {
|
H A D | SBFileSpecListDocstrings.i | 3 ) lldb::SBFileSpecList;
|
/freebsd-src/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-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3257 #include "lldb/API/SBFileSpecList.h" 3473 SWIGINTERN std::string lldb_SBFileSpecList___repr__(lldb::SBFileSpecList *self){ in lldb_SBLineEntry___repr__() 29611 lldb::SBFileSpecList *result = 0 ; in _wrap_SBFrame_EvaluateExpression__SWIG_3() 29613 SWIG_check_num_args("lldb::SBFileSpecList::SBFileSpecList",0,0) in _wrap_SBFrame_EvaluateExpression__SWIG_3() 29614 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList(); in _wrap_SBFrame_EvaluateExpression__SWIG_3() 29628 lldb::SBFileSpecList *arg1 = 0 ; in _wrap_SBFrame_EvaluateExpression__SWIG_3() 29629 lldb::SBFileSpecList *result = 0 ; in _wrap_SBFrame_EvaluateExpression__SWIG_3() 29631 SWIG_check_num_args("lldb::SBFileSpecList in _wrap_SBFrame_EvaluateExpression__SWIG_3() [all...] |
H A D | Makefile | 43 SRCS+= API/SBFileSpecList.cpp
|