Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp452 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 DSBModule.cpp452 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
H A DSBTarget.cpp1861 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeList.h43 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
H A DTypeMap.h44 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
H A DType.h459 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp124 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 DTypeList.cpp73 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
H A DTypeMap.cpp103 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
H A DSymbolContext.cpp629 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 DSBType.h243 lldb::SBType GetTypeAtIndex(uint32_t index);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp122 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp406 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 DClangASTSource.cpp340 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 DModule.cpp983 return type_list.GetTypeAtIndex(0); in FindFirstType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp505 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
H A DCommandObjectTarget.cpp1735 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp174 TypeSP dwo_type_sp = dwo_types.GetTypeAtIndex(0); in ParseTypeFromDWO()