Home
last modified time | relevance | path

Searched refs:MemoryProfileOutput (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h282 std::string MemoryProfileOutput; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1578 if (!Opts.MemoryProfileOutput.empty()) { in GenerateCodeGenArgs()
1579 if (Opts.MemoryProfileOutput == MemProfileBasename) { in GenerateCodeGenArgs()
1583 Opts.MemoryProfileOutput.size() - MemProfileBasename.size(); in GenerateCodeGenArgs()
1585 Opts.MemoryProfileOutput.substr(0, ArgLength)); in GenerateCodeGenArgs()
1883 Opts.MemoryProfileOutput = std::string(Path); in ParseCodeGenArgs()
1885 Opts.MemoryProfileOutput = MemProfileBasename; in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1004 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in RunOptimizationPipeline()
H A DCodeGenModule.cpp1175 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()
1179 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()