Home
last modified time | relevance | path

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

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