Searched defs:EagerLoadModules (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningService.cpp | 18 ScanningOptimizations OptimizeArgs, bool EagerLoadModules) in DependencyScanningService()
|
H A D | DependencyScanningWorker.cpp | 141 DependencyScanningAction(StringRef WorkingDirectory,DependencyConsumer & Consumer,DependencyActionController & Controller,llvm::IntrusiveRefCntPtr<DependencyScanningWorkerFilesystem> DepFS,ScanningOutputFormat Format,ScanningOptimizations OptimizeArgs,bool EagerLoadModules,bool DisableFree,std::optional<StringRef> ModuleName=std::nullopt) DependencyScanningAction() argument 304 bool EagerLoadModules; global() member in __anonc41828600111::DependencyScanningAction
|
H A D | ModuleDepCollector.cpp | 321 getModuleContextHash(const ModuleDeps & MD,const CowCompilerInvocation & CI,bool EagerLoadModules,llvm::vfs::FileSystem & VFS) getModuleContextHash() argument 664 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts,CompilerInstance & ScanInstance,DependencyConsumer & C,DependencyActionController & Controller,CompilerInvocation OriginalCI,ScanningOptimizations OptimizeArgs,bool EagerLoadModules,bool IsStdModuleP1689Format) ModuleDepCollector() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.h | 121 bool EagerLoadModules; variable
|
H A D | DependencyScanningService.h | 89 const bool EagerLoadModules; global() variable
|
H A D | ModuleDepCollector.h | 261 bool EagerLoadModules; global() variable
|