/external/llvm-project/lldb/source/DataFormatters/ |
D | DataVisualization.cpp | 37 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() 48 DataVisualization::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() 59 DataVisualization::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType() 64 DataVisualization::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
|
D | TypeCategory.cpp | 320 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() 336 TypeCategoryImpl::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() 352 TypeCategoryImpl::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType() 368 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
|
D | FormatManager.cpp | 306 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() 330 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() 354 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType() 378 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
|
D | TypeFormat.cpp | 169 for (lldb::TypeSP type_sp : types.Types()) { in FormatObject() local
|
/external/llvm-project/lldb/source/Symbol/ |
D | TypeMap.cpp | 27 void TypeMap::Insert(const TypeSP &type_sp) { in Insert() 34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() 110 bool TypeMap::Remove(const lldb::TypeSP &type_sp) { in Remove()
|
D | Type.cpp | 129 const lldb::TypeSP &type_sp) in SymbolFileType() 394 lldb::TypeSP type_sp; in GetTypedefType() local 779 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP() 808 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() 818 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic) in TypeImpl() 829 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() 845 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType()
|
D | SymbolContext.cpp | 574 [curr_block, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 583 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 593 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 613 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 632 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 648 type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
|
D | TypeList.cpp | 27 void TypeList::Insert(const TypeSP &type_sp) { in Insert()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectMemory.cpp | 34 lldb::TypeSP &type_sp) { in Create() 54 lldb::TypeSP &type_sp) in ValueObjectMemory()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | UniqueDWARFASTType.h | 28 UniqueDWARFASTType(lldb::TypeSP &type_sp, const DWARFDIE &die, in UniqueDWARFASTType()
|
D | DWARFASTParserClang.cpp | 212 TypeSP type_sp(new Type(die.GetID(), dwarf, pcm_type_sp->GetName(), in ParseTypeFromClangModule() local 474 if (TypeSP type_sp = in ParseTypeFromDWARF() local 490 TypeSP type_sp; in ParseTypeFromDWARF() local 558 TypeSP type_sp; in ParseTypeModifier() local 779 TypeSP type_sp; in ParseEnum() local 1342 TypeSP type_sp = std::make_shared<Type>( in ParseArrayType() local 1376 const SymbolContext &sc, const DWARFDIE &die, TypeSP type_sp) { in UpdateSymbolContextScopeForType() 1413 TypeSP type_sp; in ParseStructureLikeDIE() local
|
D | SymbolFileDWARFDebugMap.cpp | 1093 TypeSP type_sp; in FindDefinitionTypeForDWARFDeclContext() local 1127 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local 1151 TypeSP type_sp(oso_dwarf->FindCompleteObjCDefinitionTypeForDIE( in FindCompleteObjCDefinitionTypeForDIE() local 1168 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local
|
D | SymbolFileDWARF.cpp | 2543 TypeSP type_sp; in GetTypeForDIE() local 2675 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local 2816 TypeSP type_sp; in FindDefinitionTypeForDWARFDeclContext() local 2951 TypeSP type_sp = dwarf_ast->ParseTypeFromDWARF(sc, die, type_is_new_ptr); in ParseType() local 3411 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.cpp | 780 SymbolFileTypeSP type_sp = in CreateGlobalVariable() local 812 SymbolFileTypeSP type_sp = in CreateConstantSymbol() local 1322 TypeSP type_sp = GetOrCreateType(var_info.type); in CreateLocalVariable() local 1532 TypeSP type_sp = CreateAndCacheType(type_id); in ResolveTypeUID() local
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
D | ObjCLanguageRuntime.h | 117 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType()
|
D | ObjCLanguageRuntime.cpp | 128 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache() local
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Type.h | 328 lldb::TypeImplSP type_sp; in GetTypeAtIndex() local
|
/external/llvm-project/lldb/source/API/ |
D | SBValue.cpp | 400 TypeImplSP type_sp; in GetType() local 573 TypeImplSP type_sp(type.GetSP()); in CreateChildAtOffset() local 589 TypeImplSP type_sp(type.GetSP()); in Cast() local
|
D | SBType.cpp | 35 SBType::SBType(const lldb::TypeSP &type_sp) in SBType()
|
D | SBModule.cpp | 516 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes() local
|
D | SBTarget.cpp | 1858 TypeSP type_sp( in FindFirstType() local 1914 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes() local
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 111 lldb::TypeSP type_sp; in GetTypeInfoFromVTableAddress() local
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 510 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 677 TypeSP type_sp = std::make_shared<lldb_private::Type>( in CreateLLDBTypeFromPDBType() local
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTSource.cpp | 628 lldb::TypeSP type_sp = types.GetTypeAtIndex(ti); in FindExternalVisibleDecls() local
|