Searched refs:GetSyntheticForType (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lldb/bindings/interface/ |
D | SBTypeCategory.i | 85 GetSyntheticForType (lldb::SBTypeNameSpecifier); 184 …f.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
|
D | SBDebugger.i | 480 GetSyntheticForType (lldb::SBTypeNameSpecifier);
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | DataVisualization.cpp | 64 DataVisualization::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in DataVisualization 65 return GetFormatManager().GetSyntheticForType(type_sp); in GetSyntheticForType()
|
D | FormatManager.cpp | 378 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in FormatManager 390 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
|
D | TypeCategory.cpp | 368 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in TypeCategoryImpl
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTypeCategory.h | 66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
|
D | SBDebugger.h | 291 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | DataVisualization.h | 48 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
|
D | FormatManager.h | 119 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
|
D | TypeCategory.h | 244 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
|
/external/llvm-project/lldb/source/API/ |
D | SBTypeCategory.cpp | 265 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType() function in SBTypeCategory 266 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, GetSyntheticForType, in GetSyntheticForType() 689 GetSyntheticForType, (lldb::SBTypeNameSpecifier)); in RegisterMethods()
|
D | SBDebugger.cpp | 1602 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType() function in SBDebugger 1603 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType, in GetSyntheticForType() 1609 DataVisualization::GetSyntheticForType(type_name.GetSP()))); in GetSyntheticForType() 1837 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType, in RegisterMethods()
|