Searched refs:MemoryProfileOutput (Results 1 – 4 of 4) sorted by relevance
254 std::string MemoryProfileOutput; variable
1452 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()
924 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in RunOptimizationPipeline()
813 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()817 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()