Home
last modified time | relevance | path

Searched refs:GetTypeAtIndex (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/lang/objc/modules-app-update/
H A DTestClangModulesAppUpdate.py39 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 DTestClangModulesUpdate.py37 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 DSymbolFilePDBTests.cpp370 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 Dmain.cpp286 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 DTypeList.h39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
H A DTypeMap.h42 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
H A DType.h333 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp595 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 DSBModule.cpp504 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
H A DSBTarget.cpp1816 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp118 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 DTestTypeGetModule.py52 type = type_list.GetTypeAtIndex(index)
/llvm-project-15.0.7/lldb/test/API/lang/c/enum_types/
H A DTestEnumTypes.py143 type = types.GetTypeAtIndex(0)
/llvm-project-15.0.7/lldb/test/API/python_api/class_members/
H A DTestSBTypeClassMembers.py81 ).GetTypeAtIndex(1).GetName(),
/llvm-project-15.0.7/lldb/source/Symbol/
H A DTypeList.cpp66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
H A DTypeMap.cpp83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
H A DSymbolContext.cpp599 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 DSBType.h261 lldb::SBType GetTypeAtIndex(uint32_t index);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i1043 GetTypeAtIndex (uint32_t index);
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp211 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 DObjCLanguageRuntime.cpp151 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp388 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 DCommandObjectMemory.cpp508 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp973 return type_list.GetTypeAtIndex(0); in FindFirstType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp175 TypeSP pcm_type_sp = pcm_types.GetTypeAtIndex(0); in ParseTypeFromClangModule()

12