Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp35 bool StructuredDataPlugin::GetEnabled(llvm::StringRef type_name) const { in GetEnabled() function in StructuredDataPlugin
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h127 virtual bool GetEnabled(llvm::StringRef type_name) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h29 bool GetEnabled();
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h62 bool GetEnabled(llvm::StringRef type_name) const override;
H A DStructuredDataDarwinLog.cpp880 plugin_sp ? plugin_sp->GetEnabled( in DoExecute()
1202 bool StructuredDataDarwinLog::GetEnabled(llvm::StringRef type_name) const { in GetEnabled() function in StructuredDataDarwinLog
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i98 enabled = property(GetEnabled, SetEnabled)
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp52 bool SBTypeCategory::GetEnabled() { in GetEnabled() function in SBTypeCategory
H A DSBDebugger.cpp1626 if (default_category_sb.GetEnabled()) in GetFormatForType()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69969 result = (bool)(arg1)->GetEnabled(); in _wrap_SBTypeCategory_GetEnabled()