Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h56 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-src/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp27 void TypeMap::Insert(const TypeSP &type_sp) { in Insert() argument
34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() argument
116 Remove(const lldb::TypeSP & type_sp) Remove() argument
[all...]
H A DType.cpp256 : UserID(type_sp ? type_sp->GetID() : LLDB_INVALID_UID), in SymbolFileType() argument
180 InsertUnique(const lldb::TypeSP & type_sp) InsertUnique() argument
504 lldb::TypeSP type_sp; GetTypedefType() local
884 SetTypeSP(lldb::TypeSP type_sp) SetTypeSP() argument
913 TypeImpl(const lldb::TypeSP & type_sp) TypeImpl() argument
923 TypeImpl(const lldb::TypeSP & type_sp,const CompilerType & dynamic) TypeImpl() argument
934 SetType(const lldb::TypeSP & type_sp) SetType() argument
950 SetType(const lldb::TypeSP & type_sp,const CompilerType & dynamic) SetType() argument
1190 TypeSP type_sp = results.GetFirstType(); FindDirectNestedType() local
[all...]
H A DSymbolContext.cpp583 [curr_block, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() argument
593 type_map.Remove(type_sp); in SortTypeList() argument
574 __anon314a4c5f0102(const lldb::TypeSP &type_sp) SortTypeList() argument
613 __anon314a4c5f0402(const lldb::TypeSP &type_sp) SortTypeList() argument
632 __anon314a4c5f0502(const lldb::TypeSP &type_sp) SortTypeList() argument
648 __anon314a4c5f0602(const lldb::TypeSP &type_sp) SortTypeList() argument
[all...]
H A DTypeList.cpp27 void TypeList::Insert(const TypeSP &type_sp) { in Insert() argument
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp250 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 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 DFormatManager.cpp295 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) GetFormatForType() argument
319 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) GetSummaryForType() argument
343 GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) GetFilterForType() argument
367 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) GetSyntheticForType() argument
[all...]
H A DTypeFormat.cpp169 for (lldb::TypeSP type_sp : results.GetTypeMap().Types()) { in FormatObject() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp35 lldb::TypeSP &type_sp) { in Create() argument
55 lldb::TypeSP &type_sp) in ValueObjectMemory() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp819 TypeSP type_sp = ParseFunctions() local
896 auto type_sp = std::make_shared<SymbolFileType>(*this, type_uid); ParseObjects() local
1005 TypeSP type_sp = *type_or_error; ResolveTypeUID() local
1031 for (TypeSP type_sp : GetTypeList().Types()) { FindTypes() local
1046 for (TypeSP type_sp : GetTypeList().Types()) { FindTypesByRegex() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp96 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
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h26 UniqueDWARFASTType(lldb::TypeSP & type_sp,const DWARFDIE & die,const Declaration & decl,int32_t byte_size) UniqueDWARFASTType() argument
H A DDWARFASTParserClang.cpp220 auto type_sp = dwarf->MakeType( ParseTypeFromClangModule() local
471 if (TypeSP type_sp = ParseTypeFromDWARF() local
487 TypeSP type_sp; ParseTypeFromDWARF() local
582 TypeSP type_sp; ParseTypeModifier() local
813 TypeSP type_sp; ParseEnum() local
1387 TypeSP type_sp = ParseArrayType() local
1524 UpdateSymbolContextScopeForType(const SymbolContext & sc,const DWARFDIE & die,TypeSP type_sp) UpdateSymbolContextScopeForType() argument
1611 TypeSP type_sp; ParseStructureLikeDIE() local
[all...]
H A DSymbolFileDWARFDebugMap.cpp1143 TypeSP type_sp; FindDefinitionTypeForDWARFDeclContext() local
1177 TypeSP type_sp; FindCompleteObjCDefinitionTypeForDIE() local
1201 TypeSP type_sp(oso_dwarf->FindCompleteObjCDefinitionTypeForDIE( FindCompleteObjCDefinitionTypeForDIE() local
1218 TypeSP type_sp; FindCompleteObjCDefinitionTypeForDIE() local
H A DSymbolFileDWARF.cpp2838 TypeSP type_sp; GetTypeForDIE() local
2970 TypeSP type_sp; FindCompleteObjCDefinitionTypeForDIE() local
3100 TypeSP type_sp; FindDefinitionTypeForDWARFDeclContext() local
3229 TypeSP type_sp = dwarf_ast->ParseTypeFromDWARF(sc, die, type_is_new_ptr); ParseType() local
3721 auto type_sp = std::make_shared<SymbolFileType>( ParseVariableDIE() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp445 TypeSP type_sp = results.GetFirstType(); in FindFirstType() local
502 for (const TypeSP &type_sp : results.GetTypeMap().Types()) in FindTypes() local
H A DSBValue.cpp391 TypeImplSP type_sp; GetType() local
554 TypeImplSP type_sp(type.GetSP()); CreateChildAtOffset() local
570 TypeImplSP type_sp(type.GetSP()); Cast() local
H A DSBType.cpp34 SBType(const lldb::TypeSP & type_sp) SBType() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp213 CompilerType clang_type(type_sp->GetFullCompilerType()); in FindCompleteType() local
240 for (const lldb::TypeSP &type_sp : results.GetTypeMap().Types()) { FindCompleteType() local
599 lldb::TypeSP type_sp; FindExternalVisibleDecls() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp900 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); ResolveTypeUID() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h134 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() argument
H A DObjCLanguageRuntime.cpp145 for (const TypeSP &type_sp : results.GetTypeMap().Types()) { in LookupInCompleteClassCache() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h649 lldb::TypeImplSP type_sp; GetTypeAtIndex() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp698 TypeSP type_sp = m_ast.GetSymbolFile()->MakeType( in CreateLLDBTypeFromPDBType() local

12