Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1154 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; in prepareCompileUnitsForImport() local
1160 AllImportedModules.emplace_back(IE); in prepareCompileUnitsForImport()
1165 if (!AllImportedModules.empty()) in prepareCompileUnitsForImport()
1168 SmallVector<Metadata *, 16>(AllImportedModules.begin(), in prepareCompileUnitsForImport()
1169 AllImportedModules.end()))); in prepareCompileUnitsForImport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h55 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable