Searched refs:AllImportedModules (Results 1 – 3 of 3) sorted by relevance
43 AllImportedModules.assign(IMs.begin(), IMs.end()); in DIBuilder()114 if (!AllImportedModules.empty()) in finalize()116 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(), in finalize()117 AllImportedModules.end()))); in finalize()181 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) { in createImportedModule() argument190 AllImportedModules.emplace_back(M); in createImportedModule()200 AllImportedModules); in createImportedModule()209 AllImportedModules); in createImportedModule()217 AllImportedModules); in createImportedModule()228 AllImportedModules); in createImportedDeclaration()
1215 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; in prepareCompileUnitsForImport() local1221 AllImportedModules.emplace_back(IE); in prepareCompileUnitsForImport()1226 if (!AllImportedModules.empty()) in prepareCompileUnitsForImport()1229 SmallVector<Metadata *, 16>(AllImportedModules.begin(), in prepareCompileUnitsForImport()1230 AllImportedModules.end()))); in prepareCompileUnitsForImport()
58 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable