Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Exported

3377     // Push any exported modules onto the stack to be marked as visible.
3382 Module *Exported = *I;
3383 if (Visited.insert(Exported))
3384 Stack.push_back(Exported);