Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/lang/objc/modules-app-update/
DTestClangModulesAppUpdate.py40 bar = target.FindTypes('Bar').GetTypeAtIndex(0)
53 bar = target.FindTypes('Bar').GetTypeAtIndex(0)
/external/llvm-project/lldb/test/API/lang/objc/modules-update/
DTestClangModulesUpdate.py38 self.assertIn("int i", str(target.FindTypes('Q').GetTypeAtIndex(0)))
56 self.assertIn("int i", str(target.FindTypes('S').GetTypeAtIndex(0)))
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp361 lldb::TypeSP udt_type = results.GetTypeAtIndex(0); in TEST_F()
392 auto Class = results.GetTypeAtIndex(0); in TEST_F()
413 lldb::TypeSP udt_type = more_results.GetTypeAtIndex(0); in TEST_F()
457 lldb::TypeSP udt_type = results.GetTypeAtIndex(0); in TEST_F()
482 lldb::TypeSP enum_type = results.GetTypeAtIndex(0); in TEST_F()
531 lldb::TypeSP typedef_type = results.GetTypeAtIndex(0); in TEST_F()
/external/llvm-project/lldb/examples/functions/
Dmain.cpp286 function_args.GetTypeAtIndex(function_arg_idx); in main()
314 function_args.GetTypeAtIndex(function_arg_idx); in main()
/external/llvm-project/lldb/include/lldb/Symbol/
DTypeList.h39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
DTypeMap.h42 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
DType.h327 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
/external/llvm-project/lldb/source/API/
DSBType.cpp584 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList()
605 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in operator =()
617 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList
618 LLDB_RECORD_METHOD(lldb::SBType, SBTypeList, GetTypeAtIndex, (uint32_t), in GetTypeAtIndex()
622 return LLDB_RECORD_RESULT(SBType(m_opaque_up->GetTypeAtIndex(index))); in GetTypeAtIndex()
979 LLDB_REGISTER_METHOD(lldb::SBType, SBTypeList, GetTypeAtIndex, (uint32_t)); in RegisterMethods()
DSBModule.cpp516 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
DSBTarget.cpp1914 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
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()
/external/llvm-project/lldb/test/API/functionalities/type_get_module/
DTestTypeGetModule.py54 type = type_list.GetTypeAtIndex(index)
/external/llvm-project/lldb/test/API/lang/c/enum_types/
DTestEnumTypes.py146 type = types.GetTypeAtIndex(0)
/external/llvm-project/lldb/test/API/python_api/class_members/
DTestSBTypeClassMembers.py84 ).GetTypeAtIndex(1).GetName(),
/external/llvm-project/lldb/source/Symbol/
DTypeList.cpp66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
DTypeMap.cpp83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
DSymbolContext.cpp605 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
625 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
643 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h252 lldb::SBType GetTypeAtIndex(uint32_t index);
/external/llvm-project/lldb/bindings/interface/
DSBType.i471 GetTypeAtIndex (uint32_t index);
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp128 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp208 lldb::TypeSP type = types.GetTypeAtIndex(ti); in FindCompleteType()
245 lldb::TypeSP type = types.GetTypeAtIndex(ti); in FindCompleteType()
628 lldb::TypeSP type_sp = types.GetTypeAtIndex(ti); in FindExternalVisibleDecls()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp390 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp510 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
/external/llvm-project/lldb/source/Core/
DModule.cpp970 return type_list.GetTypeAtIndex(0); in FindFirstType()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp187 TypeSP pcm_type_sp = pcm_types.GetTypeAtIndex(0); in ParseTypeFromClangModule()

12