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