Home
last modified time | relevance | path

Searched defs:type_sp (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Symbol/
H A DTypeMap.cpp27 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()
H A DType.cpp130 const lldb::TypeSP &type_sp) in SymbolFileType()
393 lldb::TypeSP type_sp; in GetTypedefType() local
777 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP()
806 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl()
816 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic) in TypeImpl()
827 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType()
843 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType()
H A DSymbolContext.cpp568 [curr_block, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
577 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
587 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
607 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
626 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
642 type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
H A DTypeList.cpp27 void TypeList::Insert(const TypeSP &type_sp) { in Insert()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDataVisualization.cpp37 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()
H A DTypeCategory.cpp320 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()
H A DFormatManager.cpp305 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType()
329 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType()
353 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType()
377 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
H A DTypeFormat.cpp169 for (lldb::TypeSP type_sp : types.Types()) { in FormatObject() local
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectMemory.cpp34 lldb::TypeSP &type_sp) { in Create()
54 lldb::TypeSP &type_sp) in ValueObjectMemory()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h24 UniqueDWARFASTType(lldb::TypeSP &type_sp, const DWARFDIE &die, in UniqueDWARFASTType()
H A DDWARFASTParserClang.cpp200 TypeSP type_sp(new Type(die.GetID(), dwarf, pcm_type_sp->GetName(), in ParseTypeFromClangModule() local
461 if (TypeSP type_sp = in ParseTypeFromDWARF() local
477 TypeSP type_sp; in ParseTypeFromDWARF() local
544 TypeSP type_sp; in ParseTypeModifier() local
763 TypeSP type_sp; in ParseEnum() local
1324 TypeSP type_sp = std::make_shared<Type>( in ParseArrayType() local
1475 const SymbolContext &sc, const DWARFDIE &die, TypeSP type_sp) { in UpdateSymbolContextScopeForType()
1507 TypeSP type_sp; in ParseStructureLikeDIE() local
H A DSymbolFileDWARFDebugMap.cpp1082 TypeSP type_sp; in FindDefinitionTypeForDWARFDeclContext() local
1116 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local
1140 TypeSP type_sp(oso_dwarf->FindCompleteObjCDefinitionTypeForDIE( in FindCompleteObjCDefinitionTypeForDIE() local
1157 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local
H A DSymbolFileDWARF.cpp2581 TypeSP type_sp; in GetTypeForDIE() local
2713 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local
2854 TypeSP type_sp; in FindDefinitionTypeForDWARFDeclContext() local
2987 TypeSP type_sp = dwarf_ast->ParseTypeFromDWARF(sc, die, type_is_new_ptr); in ParseType() local
3473 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE() local
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h126 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType()
H A DObjCLanguageRuntime.cpp151 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache() local
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h334 lldb::TypeImplSP type_sp; in GetTypeAtIndex() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp820 SymbolFileTypeSP type_sp = in CreateGlobalVariable() local
854 SymbolFileTypeSP type_sp = in CreateConstantSymbol() local
1710 TypeSP type_sp = GetOrCreateType(var_info.type); in CreateLocalVariable() local
1926 TypeSP type_sp = CreateAndCacheType(type_id); in ResolveTypeUID() local
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp111 lldb::TypeSP type_sp; in GetTypeInfoFromVTableAddress() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp397 TypeImplSP type_sp; in GetType() local
564 TypeImplSP type_sp(type.GetSP()); in CreateChildAtOffset() local
580 TypeImplSP type_sp(type.GetSP()); in Cast() local
H A DSBType.cpp35 SBType::SBType(const lldb::TypeSP &type_sp) in SBType()
H A DSBModule.cpp504 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes() local
H A DSBTarget.cpp1762 TypeSP type_sp( in FindFirstType() local
1816 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp695 TypeSP type_sp = std::make_shared<lldb_private::Type>( in CreateLLDBTypeFromPDBType() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp508 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute() local
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp629 lldb::TypeSP type_sp = types.GetTypeAtIndex(ti); in FindExternalVisibleDecls() local

12