Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Stack

2012       // Print the import stack.
3361 SmallVector<Module *, 4> Stack;
3362 Stack.push_back(Mod);
3363 while (!Stack.empty()) {
3364 Mod = Stack.pop_back_val();
3391 // Push any exported modules onto the stack to be marked as visible.
3398 Stack.push_back(Exported);