Searched refs:AllImportedModules (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 113 if (!AllImportedModules.empty()) in finalize() 115 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(), in finalize() 116 AllImportedModules.end()))); in finalize() 170 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) { in createImportedModule() argument 172 AllImportedModules.emplace_back(M); in createImportedModule() 180 Context, NS, Line, StringRef(), AllImportedModules); in createImportedModule() 187 Context, NS, Line, StringRef(), AllImportedModules); in createImportedModule() 193 Context, M, Line, StringRef(), AllImportedModules); in createImportedModule() 204 AllImportedModules); in createImportedDeclaration()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 48 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable
|