Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Loaded

430   // module import of an implicitly-loaded module file.
1617 // This HeaderFileInfo was externally loaded.
1910 // If we've already loaded this input file, return it.
2032 // Note that we've loaded this input file.
2152 SmallVectorImpl<ImportedModule> &Loaded,
2181 // loaded module files, ignore missing inputs.
2344 Loaded, StoredSize, StoredModTime,
2390 // If we've already loaded a module map file covering this module, we may
2619 // If we've already loaded the decl, perform the updates when we finish
3012 // If we've already loaded the decl, perform the updates when we finish
3221 // For an explicitly-loaded module, we don't care whether the original
3234 // An implicitly-loaded module file should have its module listed in some
3235 // module map file that we've already loaded.
3484 SmallVector<ImportedModule, 4> Loaded;
3486 /*ImportedBy=*/nullptr, Loaded,
3496 for (const ImportedModule &IM : Loaded)
3515 // Here comes stuff that we only do once the entire chain is loaded.
3517 // Load the AST blocks of all of the modules that we loaded.
3518 for (SmallVectorImpl<ImportedModule>::iterator M = Loaded.begin(),
3519 MEnd = Loaded.end();
3543 // directly because the entry may have already been loaded in which case
3578 for (SmallVectorImpl<ImportedModule>::iterator M = Loaded.begin(),
3579 MEnd = Loaded
3597 // so that various accessors know to check the loaded modules when the
3667 // For any Objective-C class definitions we have already loaded, make sure
3682 for (unsigned I = 0, N = Loaded.size(); I != N; ++I) {
3683 ImportedModule &M = Loaded[I];
3722 SmallVectorImpl<ImportedModule> &Loaded,
3808 switch (ReadControlBlock(F, Loaded, ImportedBy, ClientLoadCapabilities)) {
3840 // Record that we've loaded this module.
3841 Loaded.push_back(ImportedModule(M, ImportedBy, ImportLoc));
4629 // Once we've loaded the set of exports, there's no reason to keep
6718 // Ensure that we've loaded all potentially-interesting declarations
6719 // that need to be eagerly loaded.
6878 llvm::errs() << "\n*** PCH/Modules Loaded:";
7543 // files loaded beforehand will be the same on reload.
8253 // been loaded, load those declarations now.
8330 // At this point, all update records for loaded decls are in place, so any