================
@@ -610,7 +650,32 @@ template <typename Instance> class PluginInstances {
}
private:
+ const Instance *GetInstanceAtIndexLocked(uint32_t idx) {
----------------
ashgti wrote:
Is this used?
https://github.com/llvm/llvm-project/pull/184452