Add a ModuleList::ForEach(...) which takes the module list mutex calls the...
Add a ModuleList::ForEach(...) which takes the module list mutex calls the std::function argument with each module. If you return true in the callback, iteration will continue, if you return false, iteration will stop and the lock will be released. <rdar://problem/19213054> llvm-svn: 229008
Loading
Please sign in to comment