Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DStructuredDataPlugin.cpp35 bool StructuredDataPlugin::GetEnabled(ConstString type_name) const { in GetEnabled() function in StructuredDataPlugin
/external/llvm-project/lldb/include/lldb/Target/
DStructuredDataPlugin.h127 virtual bool GetEnabled(ConstString type_name) const;
/external/llvm-project/lldb/bindings/interface/
DSBTypeCategory.i30 GetEnabled ();
217 enabled = property(GetEnabled, SetEnabled)
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.h64 bool GetEnabled(ConstString type_name) const override;
DStructuredDataDarwinLog.cpp890 plugin_sp ? plugin_sp->GetEnabled(plugin_name) : false; in DoExecute()
1228 bool StructuredDataDarwinLog::GetEnabled(ConstString type_name) const { in GetEnabled() function in StructuredDataDarwinLog
/external/llvm-project/lldb/include/lldb/API/
DSBTypeCategory.h29 bool GetEnabled();
/external/llvm-project/lldb/source/API/
DSBTypeCategory.cpp54 bool SBTypeCategory::GetEnabled() { in GetEnabled() function in SBTypeCategory
55 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeCategory, GetEnabled); in GetEnabled()
672 LLDB_REGISTER_METHOD(bool, SBTypeCategory, GetEnabled, ()); in RegisterMethods()
DSBDebugger.cpp1577 if (default_category_sb.GetEnabled()) in GetFormatForType()