Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp35 bool StructuredDataPlugin::GetEnabled(ConstString type_name) const { in GetEnabled() function in StructuredDataPlugin
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h127 virtual bool GetEnabled(ConstString type_name) const;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i30 GetEnabled ();
217 enabled = property(GetEnabled, SetEnabled)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h64 bool GetEnabled(ConstString type_name) const override;
H A DStructuredDataDarwinLog.cpp884 plugin_sp ? plugin_sp->GetEnabled(plugin_name) : false; in DoExecute()
1222 bool StructuredDataDarwinLog::GetEnabled(ConstString type_name) const { in GetEnabled() function in StructuredDataDarwinLog
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h29 bool GetEnabled();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp54 bool SBTypeCategory::GetEnabled() { in GetEnabled() function in SBTypeCategory
55 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeCategory, GetEnabled); in GetEnabled()
664 LLDB_REGISTER_METHOD(bool, SBTypeCategory, GetEnabled, ()); in RegisterMethods()
H A DSBDebugger.cpp1620 if (default_category_sb.GetEnabled()) in GetFormatForType()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp60144 result = (bool)(arg1)->GetEnabled(); in _wrap_SBTypeCategory_GetEnabled()