Home
last modified time | relevance | path

Searched refs:SBTypeList (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h22 class SBTypeList; variable
197 lldb::SBTypeList GetFunctionArgumentTypes();
245 friend class SBTypeList; variable
256 class SBTypeList {
258 SBTypeList();
260 SBTypeList(const lldb::SBTypeList &rhs);
262 ~SBTypeList();
264 lldb::SBTypeList &operator=(const lldb::SBTypeList &rhs);
H A DSBModule.h205 lldb::SBTypeList FindTypes(const char *type);
237 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
H A DSBCompileUnit.h67 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
H A DSBDefines.h126 class LLDB_API SBTypeList; variable
H A DSBTarget.h850 lldb::SBTypeList FindTypes(const char *type);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp295 lldb::SBTypeList SBType::GetFunctionArgumentTypes() { in GetFunctionArgumentTypes()
298 SBTypeList sb_type_list; in GetFunctionArgumentTypes()
597 SBTypeList::SBTypeList() : m_opaque_up(new TypeListImpl()) { in SBTypeList() function in SBTypeList
601 SBTypeList::SBTypeList(const SBTypeList &rhs) in SBTypeList() function in SBTypeList
610 bool SBTypeList::IsValid() { in IsValid()
614 SBTypeList::operator bool() const { in operator bool()
620 SBTypeList &SBTypeList::operator=(const SBTypeList &rhs) { in operator =()
632 void SBTypeList::Append(SBType type) { in Append()
639 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex()
647 uint32_t SBTypeList::GetSize() { in GetSize()
[all …]
H A DSBCompileUnit.cpp133 lldb::SBTypeList SBCompileUnit::GetTypes(uint32_t type_mask) { in GetTypes()
136 SBTypeList sb_type_list; in GetTypes()
H A DSBModule.cpp479 lldb::SBTypeList SBModule::FindTypes(const char *type) { in FindTypes()
482 SBTypeList retval; in FindTypes()
523 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { in GetTypes()
526 SBTypeList sb_type_list; in GetTypes()
H A DSBTarget.cpp1846 lldb::SBTypeList SBTarget::FindTypes(const char *typename_cstr) { in FindTypes()
1849 SBTypeList sb_type_list; in FindTypes()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i750 ") lldb::SBTypeList;
H A DSBTypeExtensions.i146 %extend lldb::SBTypeList {
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp16634 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result); in _wrap_SBCompileUnit_GetTypes__SWIG_0()
16661 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result); in _wrap_SBCompileUnit_GetTypes__SWIG_1()
38212 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result); in _wrap_SBModule_FindTypes()
38302 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result); in _wrap_SBModule_GetTypes__SWIG_0()
66399 result = (lldb::SBTypeList *)new lldb::SBTypeList(); in _wrap_new_SBTypeList__SWIG_0()
66423 result = (lldb::SBTypeList *)new lldb::SBTypeList((lldb::SBTypeList const &)*arg1); in _wrap_new_SBTypeList__SWIG_1()
66470 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ; in _wrap_SBTypeList_IsValid()
66494 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ; in _wrap_SBTypeList_Append()
66526 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ; in _wrap_SBTypeList_GetTypeAtIndex()
66556 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ; in _wrap_SBTypeList_GetSize()
[all …]