Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp286 function_args.GetTypeAtIndex(function_arg_idx); in main()
314 function_args.GetTypeAtIndex(function_arg_idx); in main()
/openbsd-src/gnu/llvm/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.h346 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp599 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList()
619 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in operator =()
631 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList
635 return SBType(m_opaque_up->GetTypeAtIndex(index)); in GetTypeAtIndex()
H A DSBModule.cpp506 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
H A DSBTarget.cpp1816 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp599 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
619 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
637 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h261 lldb::SBType GetTypeAtIndex(uint32_t index);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i1043 GetTypeAtIndex (uint32_t index);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp211 lldb::TypeSP type = types.GetTypeAtIndex(ti); in FindCompleteType()
248 lldb::TypeSP type = types.GetTypeAtIndex(ti); in FindCompleteType()
629 lldb::TypeSP type_sp = types.GetTypeAtIndex(ti); in FindExternalVisibleDecls()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp152 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp509 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
H A DCommandObjectTarget.cpp1692 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp987 return type_list.GetTypeAtIndex(0); in FindFirstType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp176 TypeSP pcm_type_sp = pcm_types.GetTypeAtIndex(0); in ParseTypeFromClangModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8564 TypeSP type = type_list.GetTypeAtIndex(i); in DumpFromSymbolFile()