Searched refs:MemoryProfileOutput (Results 1 – 4 of 4) sorted by relevance
274 std::string MemoryProfileOutput; variable
1464 if (!Opts.MemoryProfileOutput.empty()) { in GenerateCodeGenArgs()1465 if (Opts.MemoryProfileOutput == MemProfileBasename) { in GenerateCodeGenArgs()1469 Opts.MemoryProfileOutput.size() - MemProfileBasename.size(); in GenerateCodeGenArgs()1471 Opts.MemoryProfileOutput.substr(0, ArgLength), SA); in GenerateCodeGenArgs()1779 Opts.MemoryProfileOutput = std::string(Path); in ParseCodeGenArgs()1781 Opts.MemoryProfileOutput = MemProfileBasename; in ParseCodeGenArgs()
995 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in RunOptimizationPipeline()
826 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()830 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()