Home
last modified time | relevance | path

Searched refs:GetEnabled (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DStructuredDataPlugin.cpp35 bool StructuredDataPlugin::GetEnabled(ConstString type_name) const { in GetEnabled() function in StructuredDataPlugin
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h127 virtual bool GetEnabled(ConstString type_name) const;
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeCategory.i30 GetEnabled ();
217 enabled = property(GetEnabled, SetEnabled)
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h62 bool GetEnabled(ConstString type_name) const override;
H A DStructuredDataDarwinLog.cpp880 plugin_sp ? plugin_sp->GetEnabled(ConstString(plugin_name)) : false; in DoExecute()
1202 bool StructuredDataDarwinLog::GetEnabled(ConstString type_name) const { in GetEnabled() function in StructuredDataDarwinLog
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeCategory.h29 bool GetEnabled();
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp52 bool SBTypeCategory::GetEnabled() { in GetEnabled() function in SBTypeCategory
H A DSBDebugger.cpp1576 if (default_category_sb.GetEnabled()) in GetFormatForType()