| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 452 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList() 462 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in operator =() 472 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList 474 return SBType(m_opaque_ap->GetTypeAtIndex(index)); in GetTypeAtIndex()
|
| H A D | SBModule.cpp | 452 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
| H A D | SBTarget.cpp | 1861 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | TypeList.h | 43 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
|
| H A D | TypeMap.h | 44 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
|
| H A D | Type.h | 459 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 124 type_sp = class_types.GetTypeAtIndex(0); in GetTypeInfoFromVTableAddress() 142 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfoFromVTableAddress() 156 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfoFromVTableAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | TypeList.cpp | 73 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
|
| H A D | TypeMap.cpp | 103 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
|
| H A D | SymbolContext.cpp | 629 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList() 651 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList() 671 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBType.h | 243 lldb::SBType GetTypeAtIndex(uint32_t index);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ObjCLanguageRuntime.cpp | 122 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 406 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 340 lldb::TypeSP type = types.GetTypeAtIndex(ti); in CompleteType() 378 lldb::TypeSP type = types.GetTypeAtIndex(ti); in CompleteType() 865 lldb::TypeSP type_sp = types.GetTypeAtIndex(ti); in FindExternalVisibleDecls()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 983 return type_list.GetTypeAtIndex(0); in FindFirstType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 505 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1735 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 174 TypeSP dwo_type_sp = dwo_types.GetTypeAtIndex(0); in ParseTypeFromDWO()
|