Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Exported

2752     // Push any exported modules onto the stack to be marked as visible.
2757 Module *Exported = *I;
2758 if (Visited.insert(Exported))
2759 Stack.push_back(Exported);