Searched refs:GetTypeAtIndex (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h41 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
H A DTypeList.h39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
H A DType.h311 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { function in class:lldb_private::Type::TypeListImpl
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp119 type_sp = class_types.GetTypeAtIndex(0);
137 type_sp = class_types.GetTypeAtIndex(i);
151 type_sp = class_types.GetTypeAtIndex(i);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp62 // GetTypeAtIndex isn't used a lot for large type lists, currently only for
66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { function in class:TypeList
H A DTypeMap.cpp79 // GetTypeAtIndex isn't used a lot for large type lists, currently only for
83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { function in class:TypeMap
H A DSymbolContext.cpp600 type_map.Remove(type_list.GetTypeAtIndex(i));
620 type_map.Remove(type_list.GetTypeAtIndex(i));
638 type_map.Remove(type_list.GetTypeAtIndex(i));
H A DClangASTContext.cpp7959 TypeSP type = type_list.GetTypeAtIndex(i);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp574 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i));
595 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i));
607 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { function in class:SBTypeList
608 LLDB_RECORD_METHOD(lldb::SBType, SBTypeList, GetTypeAtIndex, (uint32_t),
612 return LLDB_RECORD_RESULT(SBType(m_opaque_up->GetTypeAtIndex(index)));
968 LLDB_REGISTER_METHOD(lldb::SBType, SBTypeList, GetTypeAtIndex, (uint32_t));
H A DSBModule.cpp517 TypeSP type_sp(type_list.GetTypeAtIndex(idx));
H A DSBTarget.cpp1895 TypeSP type_sp(type_list.GetTypeAtIndex(idx));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h250 lldb::SBType GetTypeAtIndex(uint32_t index);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i467 GetTypeAtIndex (uint32_t index);
478 return lldb_iter(self, 'GetSize', 'GetTypeAtIndex')
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp128 TypeSP type_sp(types.GetTypeAtIndex(i));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp263 lldb::TypeSP type = types.GetTypeAtIndex(ti);
300 lldb::TypeSP type = types.GetTypeAtIndex(ti);
738 lldb::TypeSP type_sp = types.GetTypeAtIndex(ti);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp401 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } function in class:ObjCRuntimeMethodType
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp511 TypeSP type_sp(type_list.GetTypeAtIndex(0));
H A DCommandObjectTarget.cpp1688 TypeSP type_sp(type_list.GetTypeAtIndex(0));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp954 return type_list.GetTypeAtIndex(0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp185 TypeSP pcm_type_sp = pcm_types.GetTypeAtIndex(0);

Completed in 401 milliseconds