| /openbsd-src/gnu/llvm/lldb/examples/functions/ |
| H A D | main.cpp | 286 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 D | TypeList.h | 39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
|
| H A D | TypeMap.h | 42 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
|
| H A D | Type.h | 346 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 599 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 D | SBModule.cpp | 506 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
| H A D | SBTarget.cpp | 1816 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 118 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 D | TypeList.cpp | 66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
|
| H A D | TypeMap.cpp | 83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
|
| H A D | SymbolContext.cpp | 599 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 D | SBType.h | 261 lldb::SBType GetTypeAtIndex(uint32_t index);
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBType.i | 1043 GetTypeAtIndex (uint32_t index);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 211 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 D | ObjCLanguageRuntime.cpp | 152 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 388 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 D | CommandObjectMemory.cpp | 509 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1692 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Module.cpp | 987 return type_list.GetTypeAtIndex(0); in FindFirstType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 176 TypeSP pcm_type_sp = pcm_types.GetTypeAtIndex(0); in ParseTypeFromClangModule()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8564 TypeSP type = type_list.GetTypeAtIndex(i); in DumpFromSymbolFile()
|