| commit | 2b1327b9fffc811f36c2386cfcad5545bcb6fbba | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Wed Jun 27 17:58:32 2018 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Wed Jun 27 17:58:32 2018 +0000 |
| tree | 87b53f8acf83ac7c1224610acd9948cdcaee0c1a | |
| parent | f472f6159a0d42d6f2144c457ea32543ff5410a1 [diff] |
[Object] Allow iterating over an IRObjectFile's modules If you've already loaded an IRObjectFile and need access to the Modules themselves you shouldn't have to reparse a byte stream to do it. Adds an accessor for the modules in IRObjectFile. llvm-svn: 335759