Searched refs:MemoryProfileOutput (Results 1 – 4 of 4) sorted by relevance
286 std::string MemoryProfileOutput; variable
1654 if (!Opts.MemoryProfileOutput.empty()) { in GenerateCodeGenArgs()1655 if (Opts.MemoryProfileOutput == MemProfileBasename) { in GenerateCodeGenArgs()1659 Opts.MemoryProfileOutput.size() - MemProfileBasename.size(); in GenerateCodeGenArgs()1661 Opts.MemoryProfileOutput.substr(0, ArgLength)); in GenerateCodeGenArgs()1961 Opts.MemoryProfileOutput = std::string(Path); in ParseCodeGenArgs()1963 Opts.MemoryProfileOutput = MemProfileBasename; in ParseCodeGenArgs()
1020 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in RunOptimizationPipeline()
1248 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()1252 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()