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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h67 virtual bool SupportsStructuredDataType(ConstString type_name) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h55 bool SupportsStructuredDataType(ConstString type_name) override;
H A DStructuredDataDarwinLog.cpp1082 bool StructuredDataDarwinLog::SupportsStructuredDataType( function in class:StructuredDataDarwinLog
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5909 if (plugin_sp->SupportsStructuredDataType(type_name)) {

Completed in 36 milliseconds