Searched refs:MemoryProfileOutput (Results 1 – 4 of 4) sorted by relevance
298 std::string MemoryProfileOutput; variable
1732 if (!Opts.MemoryProfileOutput.empty()) { in GenerateCodeGenArgs()1733 if (Opts.MemoryProfileOutput == MemProfileBasename) { in GenerateCodeGenArgs()1737 Opts.MemoryProfileOutput.size() - MemProfileBasename.size(); in GenerateCodeGenArgs()1739 Opts.MemoryProfileOutput.substr(0, ArgLength)); in GenerateCodeGenArgs()2077 Opts.MemoryProfileOutput = std::string(Path); in ParseCodeGenArgs()2079 Opts.MemoryProfileOutput = MemProfileBasename; in ParseCodeGenArgs()
1108 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in RunOptimizationPipeline()
1394 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()1398 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()