Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBSymbolContextList.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 …]
HDSBModule.cpp275 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()
HDSBTarget.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-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBSymbolContextList.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);
HDSBModule.h137 lldb::SBSymbolContextList
147 lldb::SBSymbolContextList FindSymbols(const char *name,
168 lldb::SBSymbolContextList
HDSBTarget.h332 lldb::SBSymbolContextList
463 lldb::SBSymbolContextList
519 lldb::SBSymbolContextList FindGlobalFunctions(const char *name,
906 lldb::SBSymbolContextList FindSymbols(const char *name,
HDSBSymbolContext.h67 friend class SBSymbolContextList; variable
HDSBStream.h99 friend class SBSymbolContextList; variable
HDSBDefines.h111 class LLDB_API SBSymbolContextList; variable
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBSymbolContextListExtensions.i1 STRING_EXTENSION_OUTSIDE(SBSymbolContextList)
3 %extend lldb::SBSymbolContextList {
HDSBSymbolContextListDocstrings.i21 ) lldb::SBSymbolContextList;
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/
HDheaders.swig67 #include "lldb/API/SBSymbolContextList.h"
HDinterfaces.swig148 %include "lldb/API/SBSymbolContextList.h"
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.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 …]
HDMakefile76 SRCS+= API/SBSymbolContextList.cpp