/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 56 void Add(lldb::TypeNameSpecifierImplSP type_sp, in Add() 63 bool Delete(lldb::TypeNameSpecifierImplSP type_sp) { in Delete() 222 void AddTypeFormat(lldb::TypeNameSpecifierImplSP type_sp, in AddTypeFormat() 234 void AddTypeSummary(lldb::TypeNameSpecifierImplSP type_sp, in AddTypeSummary() 246 void AddTypeFilter(lldb::TypeNameSpecifierImplSP type_sp, in AddTypeFilter() 258 void AddTypeSynthetic(lldb::TypeNameSpecifierImplSP type_sp, in AddTypeSynthetic() 271 bool DeleteTypeFormat(lldb::TypeNameSpecifierImplSP type_sp) { in DeleteTypeFormat() 275 bool DeleteTypeSummary(lldb::TypeNameSpecifierImplSP type_sp) { in DeleteTypeSummary() 279 bool DeleteTypeFilter(lldb::TypeNameSpecifierImplSP type_sp) { in DeleteTypeFilter() 283 bool DeleteTypeSynthetic(lldb::TypeNameSpecifierImplSP type_sp) { in DeleteTypeSynthetic()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | TypeMap.cpp | 27 void TypeMap::Insert(const TypeSP &type_sp) { in Insert() 34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() 116 bool TypeMap::Remove(const lldb::TypeSP &type_sp) { in Remove()
|
H A D | Type.cpp | 182 bool TypeResults::InsertUnique(const lldb::TypeSP &type_sp) { in InsertUnique() 255 const lldb::TypeSP &type_sp) in SymbolFileType() 509 lldb::TypeSP type_sp; in GetTypedefType() local 890 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP() 919 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() 929 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic) in TypeImpl() 940 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() 956 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType()
|
H A D | SymbolContext.cpp | 583 [curr_block, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 592 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 602 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 622 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 641 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 657 type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
|
H A D | TypeList.cpp | 27 void TypeList::Insert(const TypeSP &type_sp) { in Insert()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeCategory.cpp | 250 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() 255 TypeCategoryImpl::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() 260 TypeCategoryImpl::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType() 265 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
|
H A 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()
|
H A D | FormatManager.cpp | 299 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() 323 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() 347 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType() 371 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType()
|
H A D | TypeFormat.cpp | 170 if (!type_sp) in FormatObject() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectMemory.cpp | 35 lldb::TypeSP &type_sp) { in Create() 55 lldb::TypeSP &type_sp) in ValueObjectMemory()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 821 TypeSP type_sp = in ParseFunctions() local 898 auto type_sp = std::make_shared<SymbolFileType>(*this, type_uid); in ParseObjects() local 1007 TypeSP type_sp = *type_or_error; in ResolveTypeUID() local 1033 for (TypeSP type_sp : GetTypeList().Types()) { in FindTypes() local 1048 for (TypeSP type_sp : GetTypeList().Types()) { in FindTypesByRegex() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 96 TypeSP type_sp = results.GetFirstType(); in GetTypeInfo() local 106 for (const auto &type_sp : results.GetTypeMap().Types()) in GetTypeInfo() local 110 lldb::TypeSP type_sp; in GetTypeInfo() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 222 auto type_sp = dwarf->MakeType( in ParseTypeFromClangModule() local 467 TypeSP type_sp; in ParseTypeFromDWARF() local 605 TypeSP type_sp; in ParseTypeModifier() local 870 if (TypeSP type_sp = ParseTypeFromClangModule(sc, decl_die, log)) in ParseEnum() local 930 TypeSP type_sp = in ParseEnum() local 1421 TypeSP type_sp = in ParseArrayType() local 1558 const SymbolContext &sc, const DWARFDIE &die, TypeSP type_sp) { in UpdateSymbolContextScopeForType() 1677 if (TypeSP type_sp = unique_ast_entry_type->m_type_sp) { in ParseStructureLikeDIE() local 1725 TypeSP type_sp = in ParseStructureLikeDIE() local 1754 TypeSP type_sp = ParseTypeFromClangModule(sc, die, log); in ParseStructureLikeDIE() local [all …]
|
H A D | SymbolFileDWARFDebugMap.cpp | 1185 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local 1209 TypeSP type_sp(oso_dwarf->FindCompleteObjCDefinitionTypeForDIE( in FindCompleteObjCDefinitionTypeForDIE() local 1226 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local
|
H A D | SymbolFileDWARF.cpp | 2902 TypeSP type_sp; in GetTypeForDIE() local 3034 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local 3208 TypeSP type_sp = dwarf_ast->ParseTypeFromDWARF(sc, die, type_is_new_ptr); in ParseType() local 3701 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 212 for (const lldb::TypeSP &type_sp : results.GetTypeMap().Types()) { in FindCompleteType() local 239 for (const lldb::TypeSP &type_sp : results.GetTypeMap().Types()) { in FindCompleteType() local 598 lldb::TypeSP type_sp; in FindExternalVisibleDecls() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.h | 134 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType()
|
H A D | ObjCLanguageRuntime.cpp | 145 for (const TypeSP &type_sp : results.GetTypeMap().Types()) { in LookupInCompleteClassCache() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 900 SymbolFileTypeSP type_sp = in CreateGlobalVariable() local 940 SymbolFileTypeSP type_sp = in CreateConstantSymbol() local 1733 TypeSP type_sp = GetOrCreateType(type_idx); in FindTypes() local 1841 TypeSP type_sp = GetOrCreateType(var_info.type); in CreateLocalVariable() local 2110 TypeSP type_sp = CreateAndCacheType(type_id); in ResolveTypeUID() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBValue.cpp | 394 TypeImplSP type_sp; in GetType() local 557 TypeImplSP type_sp(type.GetSP()); in CreateChildAtOffset() local 573 TypeImplSP type_sp(type.GetSP()); in Cast() local
|
H A D | SBModule.cpp | 506 TypeSP type_sp(type_list.GetTypeAtIndex(idx)); FindTypes() local
|
H A D | SBType.cpp | 40 SBType::SBType(const lldb::TypeSP &type_sp) in SBType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 680 lldb::TypeImplSP type_sp; in GetTypeAtIndex() local
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 462 TypeSP type_sp = results.GetFirstType(); in DoExecute() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 698 TypeSP type_sp = m_ast.GetSymbolFile()->MakeType( in CreateLLDBTypeFromPDBType() local
|