/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()
|
/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 InsertUnique(const lldb::TypeSP & type_sp) InsertUnique() argument 255 SymbolFileType(SymbolFile & symbol_file,const lldb::TypeSP & type_sp) SymbolFileType() argument 509 lldb::TypeSP type_sp; GetTypedefType() local 890 SetTypeSP(lldb::TypeSP type_sp) SetTypeSP() argument 919 TypeImpl(const lldb::TypeSP & type_sp) TypeImpl() argument 929 TypeImpl(const lldb::TypeSP & type_sp,const CompilerType & dynamic) TypeImpl() argument 940 SetType(const lldb::TypeSP & type_sp) SetType() argument 956 SetType(const lldb::TypeSP & type_sp,const CompilerType & dynamic) SetType() argument [all...] |
H A D | TypeList.cpp | 27 void TypeList::Insert(const TypeSP &type_sp) { in Insert()
|
H A D | SymbolContext.cpp | 583 __anona37bf1a00102(const lldb::TypeSP &type_sp) SortTypeList() argument 592 __anona37bf1a00202(const lldb::TypeSP &type_sp) SortTypeList() argument 602 __anona37bf1a00302(const lldb::TypeSP &type_sp) SortTypeList() argument 622 __anona37bf1a00402(const lldb::TypeSP &type_sp) SortTypeList() argument 641 __anona37bf1a00502(const lldb::TypeSP &type_sp) SortTypeList() argument 657 __anona37bf1a00602(const lldb::TypeSP &type_sp) SortTypeList() argument [all...] |
/llvm-project/lldb/source/DataFormatters/ |
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 | 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 | FormatManager.cpp | 299 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() argument 323 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() argument 347 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType() argument 371 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() argument [all...] |
H A D | TypeFormat.cpp | 169 for (lldb::TypeSP type_sp : results.GetTypeMap().Types()) { in FormatObject() local
|
/llvm-project/lldb/source/Core/ |
H A D | ValueObjectMemory.cpp |
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | UniqueDWARFASTType.h | 26 UniqueDWARFASTType(lldb::TypeSP & type_sp,const DWARFDIE & die,const Declaration & decl,int32_t byte_size) UniqueDWARFASTType() argument
|
H A D | DWARFASTParserClang.cpp | 223 auto type_sp = dwarf->MakeType( ParseTypeFromClangModule() local 461 TypeSP type_sp; ParseTypeFromDWARF() local 599 TypeSP type_sp; ParseTypeModifier() local 836 if (TypeSP type_sp = ParseTypeFromClangModule(sc, decl_die, log)) ParseEnum() local 896 TypeSP type_sp = ParseEnum() local 1387 TypeSP type_sp = ParseArrayType() local 1524 UpdateSymbolContextScopeForType(const SymbolContext & sc,const DWARFDIE & die,TypeSP type_sp) UpdateSymbolContextScopeForType() argument 1637 if (TypeSP type_sp = unique_ast_entry_up->m_type_sp) { ParseStructureLikeDIE() local 1686 TypeSP type_sp = ParseStructureLikeDIE() local 1738 if (TypeSP type_sp = ParseTypeFromClangModule(sc, decl_die, log)) ParseStructureLikeDIE() local 1838 TypeSP type_sp = dwarf->MakeType( ParseStructureLikeDIE() local [all...] |
H A D | SymbolFileDWARFDebugMap.cpp | 1209 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local 1185 TypeSP type_sp; FindCompleteObjCDefinitionTypeForDIE() local 1226 TypeSP type_sp; FindCompleteObjCDefinitionTypeForDIE() local
|
H A D | SymbolFileDWARF.cpp | 2877 TypeSP type_sp; GetTypeForDIE() local 3009 TypeSP type_sp; FindCompleteObjCDefinitionTypeForDIE() local 3176 TypeSP type_sp = dwarf_ast->ParseTypeFromDWARF(sc, die, type_is_new_ptr); ParseType() local 3669 auto type_sp = std::make_shared<SymbolFileType>( ParseVariableDIE() local [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 821 TypeSP type_sp = ParseFunctions() local 898 auto type_sp = std::make_shared<SymbolFileType>(*this, type_uid); ParseObjects() local 1007 TypeSP type_sp = *type_or_error; ResolveTypeUID() local 1033 for (TypeSP type_sp : GetTypeList().Types()) { FindTypes() local 1048 for (TypeSP type_sp : GetTypeList().Types()) { FindTypesByRegex() local [all...] |
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 96 TypeSP type_sp = results.GetFirstType(); GetTypeInfo() local 106 for (const auto &type_sp : results.GetTypeMap().Types()) GetTypeInfo() local 110 lldb::TypeSP type_sp; GetTypeInfo() local [all...] |
/llvm-project/lldb/unittests/SymbolFile/DWARF/ |
H A D | DWARFASTParserClangTests.cpp | 417 lldb::TypeSP type_sp = in TEST_F() local 593 for (auto const &type_sp : types) { in TEST_F() local [all...] |
/llvm-project/lldb/source/API/ |
H A D | SBModule.cpp | 445 TypeSP type_sp = results.GetFirstType(); in FindFirstType() local 502 for (const TypeSP &type_sp : results.GetTypeMap().Types()) in FindTypes() local
|
H A D | SBValue.cpp | 394 TypeImplSP type_sp; GetType() local 557 TypeImplSP type_sp(type.GetSP()); CreateChildAtOffset() local 573 TypeImplSP type_sp(type.GetSP()); Cast() local
|
H A D | SBType.cpp | 40 SBType::SBType(const lldb::TypeSP &type_sp) in SBType() argument
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 212 for (const lldb::TypeSP &type_sp : results.GetTypeMap().Types()) { FindCompleteType() local 239 for (const lldb::TypeSP &type_sp : results.GetTypeMap().Types()) { FindCompleteType() local 598 lldb::TypeSP type_sp; FindExternalVisibleDecls() local [all...] |
/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
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 900 SymbolFileTypeSP type_sp = CreateGlobalVariable() local 940 SymbolFileTypeSP type_sp = CreateConstantSymbol() local 1733 TypeSP type_sp = GetOrCreateType(type_idx); FindTypes() local 1841 TypeSP type_sp = GetOrCreateType(var_info.type); CreateLocalVariable() local 2110 TypeSP type_sp = CreateAndCacheType(type_id); ResolveTypeUID() local [all...] |
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 680 lldb::TypeImplSP type_sp; GetTypeAtIndex() local [all...] |