Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
DDependencyScanningService.cpp18 bool EagerLoadModules) in DependencyScanningService() argument
20 EagerLoadModules(EagerLoadModules) { in DependencyScanningService()
DDependencyScanningWorker.cpp150 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 __anon17451f0a0111::DependencyScanningAction
321 EagerLoadModules(Service.shouldEagerLoadModules()) { in DependencyScanningWorker()
439 OptimizeArgs, EagerLoadModules, DisableFree, in computeDependencies()
DModuleDepCollector.cpp138 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()
DDependencyScanningTool.cpp233 if (EagerLoadModules) { in getFullDependenciesLegacyDriverCommand()
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
DDependencyScanningService.h53 bool EagerLoadModules = false);
61 bool shouldEagerLoadModules() const { return EagerLoadModules; } in shouldEagerLoadModules()
73 const bool EagerLoadModules; variable
DDependencyScanningTool.h146 bool EagerLoadModules) in FullDependencyConsumer() argument
148 EagerLoadModules(EagerLoadModules) {} in FullDependencyConsumer()
192 bool EagerLoadModules; variable
DDependencyScanningWorker.h96 bool shouldEagerLoadModules() const { return EagerLoadModules; } in shouldEagerLoadModules()
112 bool EagerLoadModules; variable
DModuleDepCollector.h205 bool EagerLoadModules, bool IsStdModuleP1689Format);
242 bool EagerLoadModules; variable
/openbsd/src/gnu/llvm/clang/tools/clang-scan-deps/
DClangScanDeps.cpp160 static llvm::cl::opt<bool> EagerLoadModules( variable
715 EagerLoadModules); in main()