Home
last modified time | relevance | path

Searched defs:ImportedModules (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h57 SmallVector<TrackingMDNodeRef, 4> ImportedModules; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h521 llvm::SetVector<clang::Module *> ImportedModules; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp165 SmallVectorImpl<TrackingMDNodeRef> &ImportedModules) { in createImportedModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5221 RecordData ImportedModules; in WriteASTCore() local