Home
last modified time | relevance | path

Searched refs:SBSymbolContextList (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContextList.cpp18 SBSymbolContextList::SBSymbolContextList() in SBSymbolContextList() function in SBSymbolContextList
23 SBSymbolContextList::SBSymbolContextList(const SBSymbolContextList &rhs) { in SBSymbolContextList() function in SBSymbolContextList
29 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 …]
H A DSBModule.cpp15 #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()
H A DSBTarget.cpp1597 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContextList.h17 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);
H A DSBModule.h137 lldb::SBSymbolContextList
147 lldb::SBSymbolContextList FindSymbols(const char *name,
168 lldb::SBSymbolContextList
H A DSBTarget.h332 lldb::SBSymbolContextList
463 lldb::SBSymbolContextList
519 lldb::SBSymbolContextList FindGlobalFunctions(const char *name,
906 lldb::SBSymbolContextList FindSymbols(const char *name,
H A DSBSymbolContext.h67 friend class SBSymbolContextList; variable
H A DSBStream.h99 friend class SBSymbolContextList; variable
H A DSBDefines.h111 class LLDB_API SBSymbolContextList; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContextListExtensions.i1 STRING_EXTENSION_OUTSIDE(SBSymbolContextList)
3 %extend lldb::SBSymbolContextList {
H A DSBSymbolContextListDocstrings.i21 ) lldb::SBSymbolContextList;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig67 #include "lldb/API/SBSymbolContextList.h"
H A Dinterfaces.swig148 %include "lldb/API/SBSymbolContextList.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3626 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 …]
H A DMakefile75 SRCS+= API/SBSymbolContextList.cpp