Lines Matching defs:Exports
399 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
400 Module *Mod = Exports[I].getPointer();
401 if (!Exports[I].getInt()) {
414 if (Module *Restriction = Exports[I].getPointer())
572 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
575 if (Module *Restriction = Exports[I].getPointer()) {
577 if (Exports[I].getInt())
691 SmallVector<Module *, 16> Exports;
692 V.M->getExportedModules(Exports);
693 for (Module *E : Exports) {