Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h254 std::string MemoryProfileOutput; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1452 if (!Opts.MemoryProfileOutput.empty()) { in GenerateCodeGenArgs()
1453 if (Opts.MemoryProfileOutput == MemProfileBasename) { in GenerateCodeGenArgs()
1457 Opts.MemoryProfileOutput.size() - MemProfileBasename.size(); in GenerateCodeGenArgs()
1459 Opts.MemoryProfileOutput.substr(0, ArgLength), SA); in GenerateCodeGenArgs()
1771 Opts.MemoryProfileOutput = std::string(Path); in ParseCodeGenArgs()
1773 Opts.MemoryProfileOutput = MemProfileBasename; in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp924 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in RunOptimizationPipeline()
H A DCodeGenModule.cpp813 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()
817 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()