| /src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 289 bool EagerLoadModules, bool DisableFree, in DependencyScanningAction() argument 294 DisableFree(DisableFree), ModuleName(ModuleName) {} in DependencyScanningAction() 303 OriginalInvocation.getFrontendOpts().DisableFree = DisableFree; in runInvocation() 472 bool DisableFree; member in __anon798b1aa30111::DependencyScanningAction 647 bool DisableFree = true; in computeDependencies() local 650 DisableFree, ModuleName); in computeDependencies()
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 283 unsigned DisableFree : 1; 596 : DisableFree(false), RelocatablePCH(false), ShowHelp(false), in FrontendOptions()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 72 FrontendOpts.DisableFree = true; in onBodySynthesis()
|
| /src/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 106 assert(!Clang->getInvocation().getFrontendOpts().DisableFree); in TestAST()
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 1116 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile() local 1117 if (DisableFree) { in EndSourceFile() 1144 if (DisableFree) { in EndSourceFile()
|
| H A D | ASTUnit.cpp | 1591 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction() 1698 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
|
| H A D | CompilerInstance.cpp | 1213 FrontendOpts.DisableFree = false;
|
| H A D | CompilerInvocation.cpp | 581 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
|
| /src/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 322 if (Clang->getFrontendOpts().DisableFree) { in cc1_main()
|
| /src/contrib/llvm-project/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 281 if (Clang->getFrontendOpts().DisableFree) in ExecuteCompilerInvocation()
|
| /src/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 178 Invocation->getFrontendOpts().DisableFree = false; in newInvocation() 179 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
|
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 252 Instance.getFrontendOpts().DisableFree = false; in visitModuleFile()
|
| /src/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 133 Clang->getFrontendOpts().DisableFree = false; in CreateCI() 134 Clang->getCodeGenOpts().DisableFree = false; in CreateCI()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 69 CODEGENOPT(DisableFree , 1, 0) ///< Don't free memory.
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 221 if (CodeGenOpts.DisableFree) in ~EmitAssemblyHelper()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7534 MarshallingInfoFlag<FrontendOpts<"DisableFree">>;
|