| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 298 SBTypeList sb_type_list; in GetFunctionArgumentTypes() 592 SBTypeList::SBTypeList() : m_opaque_up(new TypeListImpl()) { in SBTypeList() function in SBTypeList 596 SBTypeList::SBTypeList(const SBTypeList &rhs) in SBTypeList() function in SBTypeList 598 LLDB_RECORD_CONSTRUCTOR(SBTypeList, (const lldb::SBTypeList &), rhs); in SBTypeList() 605 bool SBTypeList::IsValid() { in IsValid() 615 SBTypeList &SBTypeList::operator=(const SBTypeList &rhs) { in operator =() 617 SBTypeList, operator=,(const lldb::SBTypeList &), rhs); in operator =() 644 uint32_t SBTypeList::GetSize() { in GetSize() 650 SBTypeList::~SBTypeList() = default; 993 LLDB_REGISTER_CONSTRUCTOR(SBTypeList, (const lldb::SBTypeList &)); in RegisterMethods() [all …]
|
| H A D | SBCompileUnit.cpp | 129 lldb::SBTypeList SBCompileUnit::GetTypes(uint32_t type_mask) { in GetTypes() 130 LLDB_RECORD_METHOD(lldb::SBTypeList, SBCompileUnit, GetTypes, (uint32_t), in GetTypes() 133 SBTypeList sb_type_list; in GetTypes() 261 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBCompileUnit, GetTypes, (uint32_t)); in RegisterMethods()
|
| H A D | SBModule.cpp | 488 lldb::SBTypeList SBModule::FindTypes(const char *type) { in FindTypes() 489 LLDB_RECORD_METHOD(lldb::SBTypeList, SBModule, FindTypes, (const char *), in FindTypes() 492 SBTypeList retval; in FindTypes() 540 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { in GetTypes() 541 LLDB_RECORD_METHOD(lldb::SBTypeList, SBModule, GetTypes, (uint32_t), in GetTypes() 544 SBTypeList sb_type_list; in GetTypes() 754 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, FindTypes, (const char *)); in RegisterMethods() 756 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, GetTypes, (uint32_t)); in RegisterMethods()
|
| H A D | SBTarget.cpp | 1930 lldb::SBTypeList SBTarget::FindTypes(const char *typename_cstr) { in FindTypes() 1931 LLDB_RECORD_METHOD(lldb::SBTypeList, SBTarget, FindTypes, (const char *), in FindTypes() 1934 SBTypeList sb_type_list; in FindTypes() 2701 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBTarget, FindTypes, (const char *)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 16 class SBTypeList; variable 187 lldb::SBTypeList GetFunctionArgumentTypes(); 233 friend class SBTypeList; variable 241 class SBTypeList { 243 SBTypeList(); 245 SBTypeList(const lldb::SBTypeList &rhs); 247 ~SBTypeList(); 249 lldb::SBTypeList &operator=(const lldb::SBTypeList &rhs);
|
| H A D | SBModule.h | 203 lldb::SBTypeList FindTypes(const char *type); 235 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
|
| H A D | SBCompileUnit.h | 64 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
|
| H A D | SBDefines.h | 90 class LLDB_API SBTypeList; variable
|
| H A D | SBTarget.h | 780 lldb::SBTypeList FindTypes(const char *type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 799 lldb::SBTypeList 1001 ") SBTypeList; 1002 class SBTypeList 1005 SBTypeList(); 1021 ~SBTypeList();
|
| H A D | SBCompileUnit.i | 104 lldb::SBTypeList
|
| H A D | SBModule.i | 265 lldb::SBTypeList 287 lldb::SBTypeList
|
| H A D | SBTarget.i | 451 lldb::SBTypeList
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 15659 lldb::SBTypeList * resultptr = new lldb::SBTypeList((const lldb::SBTypeList &) result); in _wrap_SBCompileUnit_GetTypes__SWIG_0() 15686 lldb::SBTypeList * resultptr = new lldb::SBTypeList((const lldb::SBTypeList &) result); in _wrap_SBCompileUnit_GetTypes__SWIG_1() 35132 lldb::SBTypeList * resultptr = new lldb::SBTypeList((const lldb::SBTypeList &) result); in _wrap_SBModule_FindTypes() 35222 lldb::SBTypeList * resultptr = new lldb::SBTypeList((const lldb::SBTypeList &) result); in _wrap_SBModule_GetTypes__SWIG_0() 35249 lldb::SBTypeList * resultptr = new lldb::SBTypeList((const lldb::SBTypeList &) result); in _wrap_SBModule_GetTypes__SWIG_1() 48636 lldb::SBTypeList * resultptr = new lldb::SBTypeList((const lldb::SBTypeList &) result); in _wrap_SBTarget_FindTypes() 59592 lldb::SBTypeList * resultptr = new lldb::SBTypeList((const lldb::SBTypeList &) result); in _wrap_SBType_GetFunctionArgumentTypes() 59875 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ; in _wrap_SBTypeList_IsValid() 59899 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ; in _wrap_SBTypeList_Append() 59931 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ; in _wrap_SBTypeList_GetTypeAtIndex() [all …]
|