Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h231 unsigned DisableFree : 1;
457 : DisableFree(false), RelocatablePCH(false), ShowHelp(false), in FrontendOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp73 FrontendOpts.DisableFree = true; in onBodySynthesis()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp989 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile() local
990 if (DisableFree) { in EndSourceFile()
1014 if (DisableFree) { in EndSourceFile()
H A DASTUnit.cpp1543 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1650 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
H A DCompilerInstance.cpp1094 FrontendOpts.DisableFree = false;
H A DCompilerInvocation.cpp454 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp274 if (Clang->getFrontendOpts().DisableFree) { in cc1_main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp151 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
152 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp279 if (Clang->getFrontendOpts().DisableFree) in ExecuteCompilerInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp251 Instance.getFrontendOpts().DisableFree = false; in visitModuleFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def57 CODEGENOPT(DisableFree , 1, 0) ///< Don't free memory.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp160 if (CodeGenOpts.DisableFree) in ~EmitAssemblyHelper()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5170 MarshallingInfoFlag<FrontendOpts<"DisableFree">>;