Searched refs:SBSymbolContextList (Results 1 – 15 of 15) sorted by relevance
18 SBSymbolContextList::SBSymbolContextList() in SBSymbolContextList() function in SBSymbolContextList23 SBSymbolContextList::SBSymbolContextList(const SBSymbolContextList &rhs) { in SBSymbolContextList() function in SBSymbolContextList29 SBSymbolContextList::~SBSymbolContextList() = default;31 const SBSymbolContextList &SBSymbolContextList::32 operator=(const SBSymbolContextList &rhs) { in operator =()40 uint32_t SBSymbolContextList::GetSize() const { in GetSize()48 SBSymbolContext SBSymbolContextList::GetContextAtIndex(uint32_t idx) { in GetContextAtIndex()60 void SBSymbolContextList::Clear() { in Clear()67 void SBSymbolContextList::Append(SBSymbolContext &sc) { in Append()74 void SBSymbolContextList::Append(SBSymbolContextList &sc_list) { in Append()[all …]
15 #include "lldb/API/SBSymbolContextList.h"275 SBSymbolContextList SBModule::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits() 278 SBSymbolContextList sb_sc_list; in FindCompileUnits() 328 lldb::SBSymbolContextList SBModule::FindSymbols(const char *name, in FindSymbols() 332 SBSymbolContextList sb_sc_list; in FindSymbols() 386 lldb::SBSymbolContextList SBModule::FindFunctions(const char *name, in FindFunctions() 390 lldb::SBSymbolContextList sb_sc_list; in FindFunctions()
1597 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()1600 SBSymbolContextList sb_sc_list; in FindCompileUnits()1750 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions()1754 lldb::SBSymbolContextList sb_sc_list; in FindFunctions()1772 lldb::SBSymbolContextList SBTarget::FindGlobalFunctions(const char *name, in FindGlobalFunctions()1777 lldb::SBSymbolContextList sb_sc_list; in FindGlobalFunctions()2268 lldb::SBSymbolContextList SBTarget::FindSymbols(const char *name, in FindSymbols()2272 SBSymbolContextList sb_sc_list; in FindSymbols()
17 class LLDB_API SBSymbolContextList {19 SBSymbolContextList();21 SBSymbolContextList(const lldb::SBSymbolContextList &rhs);23 ~SBSymbolContextList();25 const lldb::SBSymbolContextList &26 operator=(const lldb::SBSymbolContextList &rhs);40 void Append(lldb::SBSymbolContextList &sc_list);
137 lldb::SBSymbolContextList147 lldb::SBSymbolContextList FindSymbols(const char *name,168 lldb::SBSymbolContextList
332 lldb::SBSymbolContextList463 lldb::SBSymbolContextList519 lldb::SBSymbolContextList FindGlobalFunctions(const char *name,906 lldb::SBSymbolContextList FindSymbols(const char *name,
67 friend class SBSymbolContextList; variable
99 friend class SBSymbolContextList; variable
111 class LLDB_API SBSymbolContextList; variable
1 STRING_EXTENSION_OUTSIDE(SBSymbolContextList)3 %extend lldb::SBSymbolContextList {
21 ) lldb::SBSymbolContextList;
67 #include "lldb/API/SBSymbolContextList.h"
148 %include "lldb/API/SBSymbolContextList.h"
3626 SWIGINTERN std::string lldb_SBSymbolContextList___repr__(lldb::SBSymbolContextList *self){ in lldb_SBSymbolContextList___repr__()39221 lldb::SBSymbolContextList result; in _wrap_SBModule_FindCompileUnits()39238 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result); in _wrap_SBModule_FindCompileUnits()39432 lldb::SBSymbolContextList result; in _wrap_SBModule_FindSymbols__SWIG_0()39447 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result); in _wrap_SBModule_FindSymbols__SWIG_0()39464 lldb::SBSymbolContextList result; in _wrap_SBModule_FindSymbols__SWIG_1()39477 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result); in _wrap_SBModule_FindSymbols__SWIG_1()39608 lldb::SBSymbolContextList result; in _wrap_SBModule_FindFunctions__SWIG_0()39623 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result); in _wrap_SBModule_FindFunctions__SWIG_0()39640 lldb::SBSymbolContextList result; in _wrap_SBModule_FindFunctions__SWIG_1()[all …]
75 SRCS+= API/SBSymbolContextList.cpp