Searched refs:AllImportedModules (Results 1 – 3 of 3) sorted by relevance
101 if (!AllImportedModules.empty()) in finalize()103 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(), in finalize()104 AllImportedModules.end()))); in finalize()166 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) { in createImportedModule() argument175 AllImportedModules.emplace_back(M); in createImportedModule()184 AllImportedModules); in createImportedModule()192 AllImportedModules); in createImportedModule()199 AllImportedModules); in createImportedModule()211 AllImportedModules); in createImportedDeclaration()
1154 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; in prepareCompileUnitsForImport() local1160 AllImportedModules.emplace_back(IE); in prepareCompileUnitsForImport()1165 if (!AllImportedModules.empty()) in prepareCompileUnitsForImport()1168 SmallVector<Metadata *, 16>(AllImportedModules.begin(), in prepareCompileUnitsForImport()1169 AllImportedModules.end()))); in prepareCompileUnitsForImport()
55 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable