Home
last modified time | relevance | path

Searched refs:ImportedModules (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp40 ImportedModules.assign(IMs.begin(), IMs.end()); in DIBuilder()
98 if (!ImportedModules.empty()) in finalize()
100 VMContext, SmallVector<Metadata *, 16>(ImportedModules.begin(), in finalize()
101 ImportedModules.end()))); in finalize()
165 SmallVectorImpl<TrackingMDNodeRef> &ImportedModules) { in createImportedModule() argument
174 ImportedModules.emplace_back(M); in createImportedModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h60 SmallVector<TrackingMDNodeRef, 4> ImportedModules; variable
83 : ImportedModules; in getImportTrackingVector()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp845 for (Module *M : ImportedModules) { in EmitCXXGlobalInitFunc()
H A DCodeGenModule.h531 llvm::SetVector<clang::Module *> ImportedModules; variable
H A DCodeGenModule.cpp3116 for (Module *M : ImportedModules) { in EmitModuleLinkOptions()
7071 if (!ImportedModules.insert(Import->getImportedModule())) in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5572 RecordData ImportedModules; in WriteASTCore() local
5574 ImportedModules.push_back(Import.ID); in WriteASTCore()
5578 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
5581 Stream.EmitRecord(IMPORTED_MODULES, ImportedModules); in WriteASTCore()