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()167 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) { in createImportedModule() argument176 AllImportedModules.emplace_back(M); in createImportedModule()185 AllImportedModules); in createImportedModule()193 AllImportedModules); in createImportedModule()200 AllImportedModules); in createImportedModule()212 AllImportedModules); in createImportedDeclaration()
1180 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; in prepareCompileUnitsForImport() local1186 AllImportedModules.emplace_back(IE); in prepareCompileUnitsForImport()1191 if (!AllImportedModules.empty()) in prepareCompileUnitsForImport()1194 SmallVector<Metadata *, 16>(AllImportedModules.begin(), in prepareCompileUnitsForImport()1195 AllImportedModules.end()))); in prepareCompileUnitsForImport()
55 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable