Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DTelemetry.h293 void DispatchNow(llvm::unique_function<void(Info *info)> populate_fields_cb) { in DispatchNow() function
314 DispatchNow(std::move(m_final_callback)); in ~ScopedDispatcher()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1958 helper.DispatchNow([&](lldb_private::telemetry::CommandInfo *info) { in HandleCommand()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1575 helper.DispatchNow([&](telemetry::ExecutableModuleInfo *info) { in SetExecutableModule()
H A DProcess.cpp1039 helper.DispatchNow([&](telemetry::ProcessExitInfo *info) { in SetExitStatus()