Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp157 type_sp = class_types.GetTypeAtIndex(0); in GetDynamicTypeAndAddress()
165 class_type_or_name.SetTypeSP(class_types.GetTypeAtIndex(0)); in GetDynamicTypeAndAddress()
174 type_sp = class_types.GetTypeAtIndex(i); in GetDynamicTypeAndAddress()
189 type_sp = class_types.GetTypeAtIndex(i); in GetDynamicTypeAndAddress()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBType.cpp466 Append(const_cast<SBTypeList&>(rhs).GetTypeAtIndex(i)); in SBTypeList()
482 Append(const_cast<SBTypeList&>(rhs).GetTypeAtIndex(i)); in operator =()
495 SBTypeList::GetTypeAtIndex(uint32_t index) in GetTypeAtIndex() function in SBTypeList
498 return SBType(m_opaque_ap->GetTypeAtIndex(index)); in GetTypeAtIndex()
HDSBModule.cpp566 TypeSP type_sp (type_list.GetTypeAtIndex(idx)); in FindTypes()
HDSBTarget.cpp2229 TypeSP type_sp (type_list.GetTypeAtIndex(idx)); in FindTypes()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDTypeList.h54 GetTypeAtIndex(uint32_t idx);
HDType.h586 GetTypeAtIndex(size_t idx) in GetTypeAtIndex() function
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBType.h232 GetTypeAtIndex (uint32_t index);
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDTypeList.cpp125 TypeList::GetTypeAtIndex(uint32_t idx) in GetTypeAtIndex() function in TypeList
/trueos/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp132 TypeSP type_sp (types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp236 lldb::TypeSP type = types.GetTypeAtIndex(ti); in CompleteType()
275 lldb::TypeSP type = types.GetTypeAtIndex(ti); in CompleteType()
691 lldb::TypeSP type_sp = types.GetTypeAtIndex(0); in FindExternalVisibleDecls()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp548 TypeSP type_sp (type_list.GetTypeAtIndex(0)); in DoExecute()
HDCommandObjectTarget.cpp1854 TypeSP type_sp (type_list.GetTypeAtIndex(0)); in LookupTypeHere()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp889 return type_list.GetTypeAtIndex(0); in FindFirstType()