Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStructuredDataPlugin.h67 virtual bool SupportsStructuredDataType(ConstString type_name) = 0;
/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.h53 bool SupportsStructuredDataType(ConstString type_name) override;
DStructuredDataDarwinLog.cpp1058 bool StructuredDataDarwinLog::SupportsStructuredDataType( in SupportsStructuredDataType() function in StructuredDataDarwinLog
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp5989 if (plugin_sp->SupportsStructuredDataType(type_name)) { in MapSupportedStructuredDataPlugins()