Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendOptions.h124 unsigned DisableFree : 1; ///< Disable memory freeing on exit.
276 DisableFree(false), RelocatablePCH(false), ShowHelp(false), in FrontendOptions()
DCodeGenOptions.def48 CODEGENOPT(DisableFree , 1, 0) ///< Don't free memory.
/external/clang/lib/Frontend/
DFrontendAction.cpp489 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile() local
490 if (DisableFree) { in EndSourceFile()
514 if (DisableFree) { in EndSourceFile()
DASTUnit.cpp1774 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1882 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
DCompilerInstance.cpp969 FrontendOpts.DisableFree = false; in compileModuleImpl()
DCompilerInvocation.cpp554 Opts.DisableFree = Args.hasArg(OPT_disable_free); in ParseCodeGenArgs()
1179 Opts.DisableFree = Args.hasArg(OPT_disable_free); in ParseFrontendArgs()
/external/clang/tools/driver/
Dcc1_main.cpp128 if (Clang->getFrontendOpts().DisableFree) { in cc1_main()
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp73 FrontendOpts.DisableFree = true; in onBodySynthesis()
/external/clang/lib/Tooling/
DTooling.cpp98 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
99 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp242 if (Clang->getFrontendOpts().DisableFree) in ExecuteCompilerInvocation()
/external/clang/lib/CodeGen/
DBackendUtil.cpp136 if (CodeGenOpts.DisableFree) in ~EmitAssemblyHelper()