Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeList.h39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
H A DTypeMap.h42 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
H A DType.h327 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp602 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 DSBModule.cpp516 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
H A DSBTarget.cpp1946 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp118 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 DTypeList.cpp66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
H A DTypeMap.cpp83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
H A DSymbolContext.cpp603 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 DSBType.h257 lldb::SBType GetTypeAtIndex(uint32_t index);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i1016 GetTypeAtIndex (uint32_t index);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp128 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp210 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 DAppleObjCDeclVendor.cpp390 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 DCommandObjectMemory.cpp507 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
H A DCommandObjectTarget.cpp1673 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp969 return type_list.GetTypeAtIndex(0); in FindFirstType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp187 TypeSP pcm_type_sp = pcm_types.GetTypeAtIndex(0); in ParseTypeFromClangModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8387 TypeSP type = type_list.GetTypeAtIndex(i); in DumpFromSymbolFile()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59944 result = (arg1)->GetTypeAtIndex(arg2); in _wrap_SBTypeList_GetTypeAtIndex()