Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Exported

2853     // Push any exported modules onto the stack to be marked as visible.
2858 Module *Exported = *I;
2859 if (Visited.insert(Exported))
2860 Stack.push_back(Exported);