Home
last modified time | relevance | path

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

/freebsd/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.h679 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
/freebsd/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.cpp614 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
634 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
652 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp708 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList()
728 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in operator =()
740 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList
744 return SBType(m_opaque_up->GetTypeAtIndex(index)); in GetTypeAtIndex()
H A DSBModule.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp117 type_sp = class_types.GetTypeAtIndex(0); in GetTypeInfo()
135 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfo()
150 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h306 lldb::SBType GetTypeAtIndex(uint32_t index);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp388 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1739 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8604 TypeSP type = type_list.GetTypeAtIndex(i); in DumpFromSymbolFile()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69769 result = (arg1)->GetTypeAtIndex(arg2); in _wrap_SBTypeList_GetTypeAtIndex()