Searched refs:EagerLoadModules (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningService.cpp | 18 bool EagerLoadModules) in DependencyScanningService() argument 20 EagerLoadModules(EagerLoadModules) { in DependencyScanningService()
|
| H A D | DependencyScanningWorker.cpp | 150 ScanningOutputFormat Format, bool OptimizeArgs, bool EagerLoadModules, in DependencyScanningAction() argument 154 EagerLoadModules(EagerLoadModules), DisableFree(DisableFree), in DependencyScanningAction() 254 OptimizeArgs, EagerLoadModules, in runInvocation() 306 bool EagerLoadModules; member in __anonee0cd4250111::DependencyScanningAction 321 EagerLoadModules(Service.shouldEagerLoadModules()) { in DependencyScanningWorker() 439 OptimizeArgs, EagerLoadModules, DisableFree, in computeDependencies()
|
| H A D | ModuleDepCollector.cpp | 138 if (EagerLoadModules && DepModuleMapFiles.contains(*ModuleMapEntry)) in makeInvocationForModuleBuildWithoutOutputs() 191 if (EagerLoadModules) in addModuleMapFiles() 206 if (EagerLoadModules) in addModuleFiles() 255 bool EagerLoadModules) { in getModuleContextHash() argument 285 HashBuilder.add(EagerLoadModules); in getModuleContextHash() 296 Deps.ID.ContextHash = getModuleContextHash(Deps, CI, EagerLoadModules); in associateWithContextHash() 578 CompilerInvocation OriginalCI, bool OptimizeArgs, bool EagerLoadModules, in ModuleDepCollector() argument 582 EagerLoadModules(EagerLoadModules), in ModuleDepCollector()
|
| H A D | DependencyScanningTool.cpp | 233 if (EagerLoadModules) { in getFullDependenciesLegacyDriverCommand()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningService.h | 53 bool EagerLoadModules = false); 61 bool shouldEagerLoadModules() const { return EagerLoadModules; } in shouldEagerLoadModules() 73 const bool EagerLoadModules; variable
|
| H A D | DependencyScanningTool.h | 146 bool EagerLoadModules) in FullDependencyConsumer() argument 148 EagerLoadModules(EagerLoadModules) {} in FullDependencyConsumer() 192 bool EagerLoadModules; variable
|
| H A D | DependencyScanningWorker.h | 96 bool shouldEagerLoadModules() const { return EagerLoadModules; } in shouldEagerLoadModules() 112 bool EagerLoadModules; variable
|
| H A D | ModuleDepCollector.h | 205 bool EagerLoadModules, bool IsStdModuleP1689Format); 242 bool EagerLoadModules; variable
|
| /openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 160 static llvm::cl::opt<bool> EagerLoadModules( variable 715 EagerLoadModules); in main()
|