Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendOptions.h122 unsigned DisableFree : 1; ///< Disable memory freeing on exit.
271 DisableFree(false), RelocatablePCH(false), ShowHelp(false), in FrontendOptions()
DCodeGenOptions.def45 CODEGENOPT(DisableFree , 1, 0) ///< Don't free memory.
/external/clang/lib/Frontend/
DFrontendAction.cpp471 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile() local
472 if (DisableFree) { in EndSourceFile()
496 if (DisableFree) { in EndSourceFile()
DASTUnit.cpp1766 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1874 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
DCompilerInvocation.cpp468 Opts.DisableFree = Args.hasArg(OPT_disable_free); in ParseCodeGenArgs()
1015 Opts.DisableFree = Args.hasArg(OPT_disable_free); in ParseFrontendArgs()
DCompilerInstance.cpp933 FrontendOpts.DisableFree = false; in compileModuleImpl()
/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/FrontendTool/
DExecuteCompilerInvocation.cpp223 if (Clang->getFrontendOpts().DisableFree) in ExecuteCompilerInvocation()
/external/clang/lib/Tooling/
DTooling.cpp96 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
97 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
/external/clang/lib/CodeGen/
DBackendUtil.cpp131 if (CodeGenOpts.DisableFree) in ~EmitAssemblyHelper()