Searched refs:AllImportedModules (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 104 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(), in finalize() 105 AllImportedModules.end()))); in finalize() 169 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() 198 AllImportedModules); in createImportedDeclaration()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 53 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable
|