[Lldb-commits] [PATCH] D137191: [lldb] Add information on type systems to statistics dump command
Thorsten via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 1 14:07:06 PDT 2022
tschuett added inline comments.
================
Comment at: lldb/include/lldb/Core/Module.h:817
+ void ForEachTypeSystem(std::function<bool(TypeSystem *)> const &callback);
+
----------------
Maybe `llvm::function_ref`?
https://llvm.org/doxygen/classllvm_1_1function__ref_3_01Ret_07Params_8_8_8_08_4.html
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137191/new/
https://reviews.llvm.org/D137191
More information about the lldb-commits
mailing list