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()
60 void SBSymbolContextList::Clear() { in Clear()
67 void SBSymbolContextList::Append(SBSymbolContext &sc) { in Append()
74 void SBSymbolContextList::Append(SBSymbolContextList &sc_list) { in Append()
81 bool SBSymbolContextList::IsValid() const { in IsValid()
[all …]
H A DSBModule.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()
H A DSBTarget.cpp1590 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
1593 SBSymbolContextList sb_sc_list; in FindCompileUnits()
1743 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions()
1747 lldb::SBSymbolContextList sb_sc_list; in FindFunctions()
1765 lldb::SBSymbolContextList SBTarget::FindGlobalFunctions(const char *name, in FindGlobalFunctions()
1770 lldb::SBSymbolContextList sb_sc_list; in FindGlobalFunctions()
2227 lldb::SBSymbolContextList SBTarget::FindSymbols(const char *name, in FindSymbols()
2231 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.h321 lldb::SBSymbolContextList
452 lldb::SBSymbolContextList
508 lldb::SBSymbolContextList FindGlobalFunctions(const char *name,
891 lldb::SBSymbolContextList FindSymbols(const char *name,
H A DSBSymbolContext.h67 friend class SBSymbolContextList; variable
H A DSBStream.h93 friend class SBSymbolContextList; variable
H A DSBDefines.h107 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.swig62 #include "lldb/API/SBSymbolContextList.h"
H A Dinterfaces.swig139 %include "lldb/API/SBSymbolContextList.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50979 result = (lldb::SBSymbolContextList *)new lldb::SBSymbolContextList(); in _wrap_new_SBSymbolContextList__SWIG_0()
51003 …result = (lldb::SBSymbolContextList *)new lldb::SBSymbolContextList((lldb::SBSymbolContextList con… in _wrap_new_SBSymbolContextList__SWIG_1()
51050 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ; in _wrap_SBSymbolContextList_IsValid()
51074 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ; in _wrap_SBSymbolContextList_GetSize()
51098 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ; in _wrap_SBSymbolContextList_GetContextAtIndex()
51128 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ; in _wrap_SBSymbolContextList_GetDescription()
51159 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ; in _wrap_SBSymbolContextList_Append__SWIG_0()
51189 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ; in _wrap_SBSymbolContextList_Append__SWIG_1()
51283 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ; in _wrap_SBSymbolContextList_Clear()
51306 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ; in _wrap_SBSymbolContextList___tostring()
[all …]
H A DMakefile72 SRCS+= API/SBSymbolContextList.cpp