/external/llvm-project/lldb/test/API/lang/objc/modules-app-update/ |
D | TestClangModulesAppUpdate.py | 40 bar = target.FindTypes('Bar').GetTypeAtIndex(0) 53 bar = target.FindTypes('Bar').GetTypeAtIndex(0)
|
/external/llvm-project/lldb/test/API/lang/objc/modules-update/ |
D | TestClangModulesUpdate.py | 38 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/ |
D | SymbolFilePDBTests.cpp | 361 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/ |
D | main.cpp | 286 function_args.GetTypeAtIndex(function_arg_idx); in main() 314 function_args.GetTypeAtIndex(function_arg_idx); in main()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | TypeList.h | 39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
|
D | TypeMap.h | 42 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
|
D | Type.h | 327 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
|
/external/llvm-project/lldb/source/API/ |
D | SBType.cpp | 584 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()
|
D | SBModule.cpp | 516 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
D | SBTarget.cpp | 1914 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
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()
|
/external/llvm-project/lldb/test/API/functionalities/type_get_module/ |
D | TestTypeGetModule.py | 54 type = type_list.GetTypeAtIndex(index)
|
/external/llvm-project/lldb/test/API/lang/c/enum_types/ |
D | TestEnumTypes.py | 146 type = types.GetTypeAtIndex(0)
|
/external/llvm-project/lldb/test/API/python_api/class_members/ |
D | TestSBTypeClassMembers.py | 84 ).GetTypeAtIndex(1).GetName(),
|
/external/llvm-project/lldb/source/Symbol/ |
D | TypeList.cpp | 66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
|
D | TypeMap.cpp | 83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
|
D | SymbolContext.cpp | 605 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/ |
D | SBType.h | 252 lldb::SBType GetTypeAtIndex(uint32_t index);
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBType.i | 471 GetTypeAtIndex (uint32_t index);
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
D | ObjCLanguageRuntime.cpp | 128 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTSource.cpp | 208 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/ |
D | AppleObjCDeclVendor.cpp | 390 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 510 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
|
/external/llvm-project/lldb/source/Core/ |
D | Module.cpp | 970 return type_list.GetTypeAtIndex(0); in FindFirstType()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 187 TypeSP pcm_type_sp = pcm_types.GetTypeAtIndex(0); in ParseTypeFromClangModule()
|