Home
last modified time | relevance | path

Searched refs:AllImportedModules (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp101 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() argument
175 AllImportedModules.emplace_back(M); in createImportedModule()
184 AllImportedModules); in createImportedModule()
192 AllImportedModules); in createImportedModule()
199 AllImportedModules); in createImportedModule()
211 AllImportedModules); in createImportedDeclaration()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp1088 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; in prepareCompileUnitsForImport() local
1094 AllImportedModules.emplace_back(IE); in prepareCompileUnitsForImport()
1099 if (!AllImportedModules.empty()) in prepareCompileUnitsForImport()
1102 SmallVector<Metadata *, 16>(AllImportedModules.begin(), in prepareCompileUnitsForImport()
1103 AllImportedModules.end()))); in prepareCompileUnitsForImport()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h56 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable