Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h57 SmallVector<TrackingMDNodeRef, 4> ImportedModules; variable
80 : ImportedModules; in getImportTrackingVector()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp834 for (Module *M : ImportedModules) { in EmitCXXGlobalInitFunc()
H A DCodeGenModule.h521 llvm::SetVector<clang::Module *> ImportedModules; variable
H A DCodeGenModule.cpp3082 for (Module *M : ImportedModules) { in EmitModuleLinkOptions()
6925 if (!ImportedModules.insert(Import->getImportedModule())) in EmitTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5221 RecordData ImportedModules; in WriteASTCore() local
5223 ImportedModules.push_back(Import.ID); in WriteASTCore()
5227 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
5230 Stream.EmitRecord(IMPORTED_MODULES, ImportedModules); in WriteASTCore()