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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h127 virtual bool GetEnabled(ConstString type_name) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp35 bool StructuredDataPlugin::GetEnabled(ConstString type_name) const { function in class:StructuredDataPlugin
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h64 bool GetEnabled(ConstString type_name) const override;
H A DStructuredDataDarwinLog.cpp888 plugin_sp ? plugin_sp->GetEnabled(plugin_name) : false;
1226 bool StructuredDataDarwinLog::GetEnabled(ConstString type_name) const { function in class:StructuredDataDarwinLog
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h29 bool GetEnabled();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i30 GetEnabled ();
217 enabled = property(GetEnabled, SetEnabled)
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp55 bool SBTypeCategory::GetEnabled() { function in class:SBTypeCategory
56 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeCategory, GetEnabled);
673 LLDB_REGISTER_METHOD(bool, SBTypeCategory, GetEnabled, ());
H A DSBDebugger.cpp1545 if (default_category_sb.GetEnabled())

Completed in 132 milliseconds