mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
Replace uses of GetModuleAtIndexUnlocked and GetModulePointerAtIndexUnlocked with the ModuleIterable and ModuleIterableNoLocking where applicable. Differential revision: https://reviews.llvm.org/D94271