| /freebsd-13.1/contrib/llvm-project/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 | 327 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 602 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList() 623 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in operator =() 635 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList 636 LLDB_RECORD_METHOD(lldb::SBType, SBTypeList, GetTypeAtIndex, (uint32_t), in GetTypeAtIndex() 640 return LLDB_RECORD_RESULT(SBType(m_opaque_up->GetTypeAtIndex(index))); in GetTypeAtIndex() 999 LLDB_REGISTER_METHOD(lldb::SBType, SBTypeList, GetTypeAtIndex, (uint32_t)); in RegisterMethods()
|
| H A D | SBModule.cpp | 516 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
| H A D | SBTarget.cpp | 1946 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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 | 603 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList() 623 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList() 641 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 257 lldb::SBType GetTypeAtIndex(uint32_t index);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 1016 GetTypeAtIndex (uint32_t index);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 128 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 210 lldb::TypeSP type = types.GetTypeAtIndex(ti); in FindCompleteType() 247 lldb::TypeSP type = types.GetTypeAtIndex(ti); in FindCompleteType() 621 lldb::TypeSP type_sp = types.GetTypeAtIndex(ti); in FindExternalVisibleDecls()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 390 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 507 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1673 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 969 return type_list.GetTypeAtIndex(0); in FindFirstType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 187 TypeSP pcm_type_sp = pcm_types.GetTypeAtIndex(0); in ParseTypeFromClangModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8387 TypeSP type = type_list.GetTypeAtIndex(i); in DumpFromSymbolFile()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 59944 result = (arg1)->GetTypeAtIndex(arg2); in _wrap_SBTypeList_GetTypeAtIndex()
|