Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h35 std::string PCMFile; member
40 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp41 Args.push_back("-fmodule-file=" + PMD.ModuleName + "=" + PMD.PCMFile); in getAdditionalArgsWithoutModulePaths()
H A DModuleDepCollector.cpp38 CI.getFrontendOpts().ModuleFiles.push_back(PrebuiltModule.PCMFile); in makeInvocationForModuleBuildWithoutPaths()