Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/DataFormatters/
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()
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()
DFormatManager.cpp306 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()
DTypeFormat.cpp169 for (lldb::TypeSP type_sp : types.Types()) { in FormatObject() local
/external/llvm-project/lldb/source/Symbol/
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()
DType.cpp129 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()
DSymbolContext.cpp574 [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()
DTypeList.cpp27 void TypeList::Insert(const TypeSP &type_sp) { in Insert()
/external/llvm-project/lldb/source/Core/
DValueObjectMemory.cpp34 lldb::TypeSP &type_sp) { in Create()
54 lldb::TypeSP &type_sp) in ValueObjectMemory()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DUniqueDWARFASTType.h28 UniqueDWARFASTType(lldb::TypeSP &type_sp, const DWARFDIE &die, in UniqueDWARFASTType()
DDWARFASTParserClang.cpp212 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
DSymbolFileDWARFDebugMap.cpp1093 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
DSymbolFileDWARF.cpp2543 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/
DSymbolFileNativePDB.cpp780 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/
DObjCLanguageRuntime.h117 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType()
DObjCLanguageRuntime.cpp128 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache() local
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h328 lldb::TypeImplSP type_sp; in GetTypeAtIndex() local
/external/llvm-project/lldb/source/API/
DSBValue.cpp400 TypeImplSP type_sp; in GetType() local
573 TypeImplSP type_sp(type.GetSP()); in CreateChildAtOffset() local
589 TypeImplSP type_sp(type.GetSP()); in Cast() local
DSBType.cpp35 SBType::SBType(const lldb::TypeSP &type_sp) in SBType()
DSBModule.cpp516 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); in FindTypes() local
DSBTarget.cpp1858 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/
DItaniumABILanguageRuntime.cpp111 lldb::TypeSP type_sp; in GetTypeInfoFromVTableAddress() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp510 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in DoExecute() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp677 TypeSP type_sp = std::make_shared<lldb_private::Type>( in CreateLLDBTypeFromPDBType() local
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp628 lldb::TypeSP type_sp = types.GetTypeAtIndex(ti); in FindExternalVisibleDecls() local

12