Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp37 for (const auto &PrebuiltModule : Deps.PrebuiltModuleDeps) { in makeInvocationForModuleBuildWithoutPaths() local
38 CI.getFrontendOpts().ModuleFiles.push_back(PrebuiltModule.PCMFile); in makeInvocationForModuleBuildWithoutPaths()
39 CI.getFrontendOpts().ModuleMapFiles.push_back(PrebuiltModule.ModuleMapFile); in makeInvocationForModuleBuildWithoutPaths()