Searched refs:AllImportedModules (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 88 if (!AllImportedModules.empty()) in finalize() 90 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(), in finalize() 91 AllImportedModules.end()))); in finalize() 138 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) { in createImportedModule() argument 144 AllImportedModules.emplace_back(M); in createImportedModule() 152 Context, NS, Line, StringRef(), AllImportedModules); in createImportedModule() 159 Context, NS, Line, StringRef(), AllImportedModules); in createImportedModule() 165 Context, M, Line, StringRef(), AllImportedModules); in createImportedModule() 175 Context, Decl, Line, Name, AllImportedModules); in createImportedDeclaration()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 47 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable
|