Home
last modified time | relevance | path

Searched refs:SupportsStructuredDataType (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h67 virtual bool SupportsStructuredDataType(llvm::StringRef type_name) = 0;
/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h53 bool SupportsStructuredDataType(llvm::StringRef type_name) override;
H A DStructuredDataDarwinLog.cpp1060 bool StructuredDataDarwinLog::SupportsStructuredDataType( in SupportsStructuredDataType() function in StructuredDataDarwinLog
/src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6293 if (plugin_sp->SupportsStructuredDataType(type_name)) { in MapSupportedStructuredDataPlugins()