Searched refs:AllImportedModules (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 101 if (!AllImportedModules.empty()) in finalize() 103 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(), in finalize() 104 AllImportedModules.end()))); in finalize() 164 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) { in createImportedModule() argument 173 AllImportedModules.emplace_back(M); in createImportedModule() 182 AllImportedModules); in createImportedModule() 190 AllImportedModules); in createImportedModule() 197 AllImportedModules); in createImportedModule() 209 AllImportedModules); in createImportedDeclaration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | IRMover.cpp | 1080 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; in prepareCompileUnitsForImport() local 1086 AllImportedModules.emplace_back(IE); in prepareCompileUnitsForImport() 1091 if (!AllImportedModules.empty()) in prepareCompileUnitsForImport() 1094 SmallVector<Metadata *, 16>(AllImportedModules.begin(), in prepareCompileUnitsForImport() 1095 AllImportedModules.end()))); in prepareCompileUnitsForImport()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 47 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 56 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; variable
|