| /llvm-project-15.0.7/lldb/test/API/lang/objc/modules-app-update/ |
| H A D | TestClangModulesAppUpdate.py | 39 bar = target.FindTypes('Bar').GetTypeAtIndex(0) 52 bar = target.FindTypes('Bar').GetTypeAtIndex(0)
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/modules-update/ |
| H A D | TestClangModulesUpdate.py | 37 self.assertIn("int i", str(target.FindTypes('Q').GetTypeAtIndex(0))) 55 self.assertIn("int i", str(target.FindTypes('S').GetTypeAtIndex(0)))
|
| /llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/ |
| H A D | SymbolFilePDBTests.cpp | 370 lldb::TypeSP udt_type = results.GetTypeAtIndex(0); in TEST_F() 401 auto Class = results.GetTypeAtIndex(0); in TEST_F() 422 lldb::TypeSP udt_type = more_results.GetTypeAtIndex(0); in TEST_F() 466 lldb::TypeSP udt_type = results.GetTypeAtIndex(0); in TEST_F() 491 lldb::TypeSP enum_type = results.GetTypeAtIndex(0); in TEST_F() 540 lldb::TypeSP typedef_type = results.GetTypeAtIndex(0); in TEST_F()
|
| /llvm-project-15.0.7/lldb/examples/functions/ |
| H A D | main.cpp | 286 function_args.GetTypeAtIndex(function_arg_idx); in main() 314 function_args.GetTypeAtIndex(function_arg_idx); in main()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | TypeList.h | 39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
|
| H A D | TypeMap.h | 42 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
|
| H A D | Type.h | 333 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBType.cpp | 595 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList() 615 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in operator =() 627 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList 631 return SBType(m_opaque_up->GetTypeAtIndex(index)); in GetTypeAtIndex()
|
| H A D | SBModule.cpp | 504 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
| H A D | SBTarget.cpp | 1816 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 118 type_sp = class_types.GetTypeAtIndex(0); in GetTypeInfoFromVTableAddress() 136 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfoFromVTableAddress() 150 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfoFromVTableAddress()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/type_get_module/ |
| H A D | TestTypeGetModule.py | 52 type = type_list.GetTypeAtIndex(index)
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/enum_types/ |
| H A D | TestEnumTypes.py | 143 type = types.GetTypeAtIndex(0)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/class_members/ |
| H A D | TestSBTypeClassMembers.py | 81 ).GetTypeAtIndex(1).GetName(),
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | TypeList.cpp | 66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
|
| H A D | TypeMap.cpp | 83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
|
| H A D | SymbolContext.cpp | 599 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList() 619 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList() 637 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBType.h | 261 lldb::SBType GetTypeAtIndex(uint32_t index);
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBType.i | 1043 GetTypeAtIndex (uint32_t index);
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 211 lldb::TypeSP type = types.GetTypeAtIndex(ti); in FindCompleteType() 248 lldb::TypeSP type = types.GetTypeAtIndex(ti); in FindCompleteType() 629 lldb::TypeSP type_sp = types.GetTypeAtIndex(ti); in FindExternalVisibleDecls()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 151 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 388 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 508 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Module.cpp | 973 return type_list.GetTypeAtIndex(0); in FindFirstType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 175 TypeSP pcm_type_sp = pcm_types.GetTypeAtIndex(0); in ParseTypeFromClangModule()
|