Home | History | Annotate | Download | only in Basic

Lines Matching refs:Exports

255   for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
256 Module *Mod = Exports[I].getPointer();
257 if (!Exports[I].getInt()) {
270 if (Module *Restriction = Exports[I].getPointer())
404 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
407 if (Module *Restriction = Exports[I].getPointer()) {
409 if (Exports[I].getInt())
521 SmallVector<Module *, 16> Exports;
522 V.M->getExportedModules(Exports);
523 for (Module *E : Exports)