Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
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 …]
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()
DSBTarget.cpp1557 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
1560 SBSymbolContextList sb_sc_list; in FindCompileUnits()
1690 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions()
1694 lldb::SBSymbolContextList sb_sc_list; in FindFunctions()
1712 lldb::SBSymbolContextList SBTarget::FindGlobalFunctions(const char *name, in FindGlobalFunctions()
1717 lldb::SBSymbolContextList sb_sc_list; in FindGlobalFunctions()
2176 lldb::SBSymbolContextList SBTarget::FindSymbols(const char *name, in FindSymbols()
2180 SBSymbolContextList sb_sc_list; in FindSymbols()
DCMakeLists.txt69 SBSymbolContextList.cpp
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
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);
DSBModule.h137 lldb::SBSymbolContextList
147 lldb::SBSymbolContextList FindSymbols(const char *name,
168 lldb::SBSymbolContextList
DSBTarget.h316 lldb::SBSymbolContextList
418 lldb::SBSymbolContextList
474 lldb::SBSymbolContextList FindGlobalFunctions(const char *name,
827 lldb::SBSymbolContextList FindSymbols(const char *name,
DSBSymbolContext.h63 friend class SBSymbolContextList; variable
DSBStream.h87 friend class SBSymbolContextList; variable
DSBDefines.h85 class LLDB_API SBSymbolContextList; variable
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBSymbolContextList.i30 self.assertTrue(sc.GetSymbol().GetName() == 'c')") SBSymbolContextList;
31 class SBSymbolContextList
34 SBSymbolContextList ();
36 SBSymbolContextList (const lldb::SBSymbolContextList& rhs);
38 ~SBSymbolContextList ();
55 Append (lldb::SBSymbolContextList &sc_list);
63 STRING_EXTENSION(SBSymbolContextList)
DSBTarget.i385 lldb::SBSymbolContextList
450 lldb::SBSymbolContextList
500 lldb::SBSymbolContextList
938 lldb::SBSymbolContextList
DSBModule.i227 lldb::SBSymbolContextList
240 lldb::SBSymbolContextList
268 lldb::SBSymbolContextList
/openbsd/src/gnu/usr.bin/clang/liblldbAPI/
DMakefile59 SBSymbolContextList.cpp \
/openbsd/src/gnu/llvm/lldb/bindings/
Dinterfaces.swig63 %include "./interface/SBSymbolContextList.i"
Dheaders.swig59 #include "lldb/API/SBSymbolContextList.h"
/openbsd/src/gnu/llvm/lldb/docs/
D.htaccess78 …rect 301 /python_reference/lldb.SBSymbolContextList-class.html https://lldb.llvm.org/python_api/ll…
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt3636 lldb/include/lldb/API/SBSymbolContextList.h