Home
last modified time | relevance | path

Searched refs:DisableFree (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp289 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 __anona07bc58e0111::DependencyScanningAction
647 bool DisableFree = true; in computeDependencies() local
650 DisableFree, ModuleName); in computeDependencies()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h283 unsigned DisableFree : 1;
596 : DisableFree(false), RelocatablePCH(false), ShowHelp(false), in FrontendOptions()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp106 assert(!Clang->getInvocation().getFrontendOpts().DisableFree); in TestAST()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1116 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile() local
1117 if (DisableFree) { in EndSourceFile()
1144 if (DisableFree) { in EndSourceFile()
H A DASTUnit.cpp1591 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1698 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
H A DCompilerInstance.cpp1213 FrontendOpts.DisableFree = false;
H A DCompilerInvocation.cpp581 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp322 if (Clang->getFrontendOpts().DisableFree) { in cc1_main()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp281 if (Clang->getFrontendOpts().DisableFree) in ExecuteCompilerInvocation()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp178 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
179 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp133 Clang->getFrontendOpts().DisableFree = false; in CreateCI()
134 Clang->getCodeGenOpts().DisableFree = false; in CreateCI()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def69 CODEGENOPT(DisableFree , 1, 0) ///< Don't free memory.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp221 if (CodeGenOpts.DisableFree) in ~EmitAssemblyHelper()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7534 MarshallingInfoFlag<FrontendOpts<"DisableFree">>;