Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp385 bool DisableFree, std::optional<StringRef> ModuleName = std::nullopt) in DependencyScanningAction() argument
388 DisableFree(DisableFree), ModuleName(ModuleName) {} in DependencyScanningAction()
397 OriginalInvocation.getFrontendOpts().DisableFree = DisableFree; in runInvocation()
587 bool DisableFree; member in __anona07bc58e0111::DependencyScanningAction
756 bool DisableFree = true; in scanDependencies() local
758 Controller, DepFS, DisableFree, ModuleName); in scanDependencies()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h280 unsigned DisableFree : 1;
539 : DisableFree(false), RelocatablePCH(false), ShowHelp(false), in FrontendOptions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp70 FrontendOpts.DisableFree = true; in onBodySynthesis()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp116 assert(!Clang->getInvocation().getFrontendOpts().DisableFree); in TestAST()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1261 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile() local
1262 if (DisableFree) { in EndSourceFile()
1293 if (DisableFree) { in EndSourceFile()
H A DASTUnit.cpp1599 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1706 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
H A DCompilerInstance.cpp1188 FrontendOpts.DisableFree = false; in cloneForModuleCompileImpl()
H A DCompilerInvocation.cpp581 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp300 if (Clang->getFrontendOpts().DisableFree) in ExecuteCompilerInvocation()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp342 if (Clang->getFrontendOpts().DisableFree) { in cc1_main()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp175 Invocation->getFrontendOpts().DisableFree = false; in newInvocation()
176 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp251 Instance.getFrontendOpts().DisableFree = false; in visitModuleFile()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp142 Clang->getFrontendOpts().DisableFree = false; in CreateCI()
143 Clang->getCodeGenOpts().DisableFree = false; in CreateCI()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def60 CODEGENOPT(DisableFree , 1, 0, Benign) ///< Don't free memory.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp222 if (CodeGenOpts.DisableFree) in ~EmitAssemblyHelper()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8085 FrontendOpts<"DisableFree">,