Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
167 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) { in createImportedModule() argument
176 AllImportedModules.emplace_back(M); in createImportedModule()
185 AllImportedModules); in createImportedModule()
193 AllImportedModules); in createImportedModule()
200 AllImportedModules); in createImportedModule()
212 AllImportedModules); in createImportedDeclaration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1180 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; in prepareCompileUnitsForImport() local
1186 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h55 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable