Home | History | Annotate | Download | only in Serialization

Lines Matching refs:IMPORTS

920   RECORD(IMPORTS);
1325 // Imports
1342 Stream.EmitRecord(IMPORTS, Record);
2607 // Emit the imports.
2608 if (!Mod->Imports.empty()) {
2610 for (auto *I : Mod->Imports)
2688 // imports the module.
3101 /// recent declaration in any module that imports this one.
3133 // the most recent one in anyone who imports us.
4394 // module and all modules it imports. It's possible that the entry is out of
4589 llvm::SmallVector<ModuleInfo, 64> Imports;
4592 Imports.push_back(ModuleInfo(SubmoduleIDs[I->getImportedModule()],
4596 if (!Imports.empty()) {
4605 std::sort(Imports.begin(), Imports.end(), Cmp);
4606 Imports.erase(std::unique(Imports.begin(), Imports.end(), Eq),
4607 Imports.end());
4610 for (const auto &Import : Imports) {
4614 // declaration imports.