Searched refs:AllImportedModules (Results 1 – 3 of 3) sorted by relevance
43 AllImportedModules.assign(IMs.begin(), IMs.end()); in DIBuilder()112 if (!AllImportedModules.empty()) in finalize()114 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(), in finalize()115 AllImportedModules.end()))); in finalize()179 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) { in createImportedModule() argument188 AllImportedModules.emplace_back(M); in createImportedModule()198 AllImportedModules); in createImportedModule()207 AllImportedModules); in createImportedModule()215 AllImportedModules); in createImportedModule()226 AllImportedModules); in createImportedDeclaration()
1204 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; in prepareCompileUnitsForImport() local1210 AllImportedModules.emplace_back(IE); in prepareCompileUnitsForImport()1215 if (!AllImportedModules.empty()) in prepareCompileUnitsForImport()1218 SmallVector<Metadata *, 16>(AllImportedModules.begin(), in prepareCompileUnitsForImport()1219 AllImportedModules.end()))); in prepareCompileUnitsForImport()
56 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable