Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Exports

3210         // If we aren't loading a module (which has its own exports), make
3378 SmallVector<Module *, 16> Exports;
3379 Mod->getExportedModules(Exports);
3381 I = Exports.begin(), E = Exports.end(); I != E; ++I) {
3541 // Resolve any unresolved module exports.
3564 Unresolved.Mod->Exports.push_back(
4475 // Once we've loaded the set of exports, there's no reason to keep
4476 // the parsed, unresolved exports around.