Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Exports

2565         // If we aren't loading a module (which has its own exports), make
2753 SmallVector<Module *, 16> Exports;
2754 Mod->getExportedModules(Exports);
2756 I = Exports.begin(), E = Exports.end(); I != E; ++I) {
2870 // Resolve any unresolved module exports.
2883 Unresolved.Mod->Exports.push_back(
3647 // Once we've loaded the set of exports, there's no reason to keep
3648 // the parsed, unresolved exports around.