Home
last modified time | relevance | path

Searched refs:BroadcastStructuredData (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp1104 process.BroadcastStructuredData(object_sp, shared_from_this()); in HandleArrivalOfStructuredData()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h2644 void BroadcastStructuredData(const StructuredData::ObjectSP &object_sp,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp4503 void Process::BroadcastStructuredData(const StructuredData::ObjectSP &object_sp, in BroadcastStructuredData() function in Process