Searched refs:GetSyntheticForType (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | DataVisualization.cpp | 64 DataVisualization::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in DataVisualization 65 return GetFormatManager().GetSyntheticForType(type_sp); in GetSyntheticForType()
|
H A D | FormatManager.cpp | 371 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() 383 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType() 367 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { GetSyntheticForType() function in FormatManager
|
H A D | TypeCategory.cpp | 265 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in TypeCategoryImpl
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTypeCategory.h | 66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
|
H A D | SBDebugger.h | 425 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | DataVisualization.h | 48 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
|
H A D | FormatManager.h | 119 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
|
H A D | TypeCategory.h | 220 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBTypeCategory.cpp | 231 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType() function in SBTypeCategory 241 m_opaque_sp->GetSyntheticForType(spec.GetSP()); in GetSyntheticForType()
|
H A D | SBDebugger.cpp | 1647 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType() function in SBDebugger 1653 DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()
|
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeCategoryExtensions.i | 65 …f.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
|
/freebsd-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 23712 SWIG_check_num_args("lldb::SBDebugger::GetSyntheticForType",2,2) in _wrap_SBError_SetErrorStringWithFormat() 23713 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::GetSyntheticForType",1,"lldb::SBDebugger *"); in _wrap_SBError_SetErrorStringWithFormat() 23714 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBDebugger::GetSyntheticForType",2,"lldb::SBTypeNameSpecifier"); in _wrap_SBError_SetErrorStringWithFormat() 23726 result = (arg1)->GetSyntheticForType(arg2); in _wrap_SBError_SetErrorStringWithFormat() 24091 { "GetSyntheticForType", _wrap_SBDebugger_GetSyntheticForType}, in _wrap_SBEnvironment_GetNameAtIndex() [all...] |