Searched refs:MemoryProfileOutput (Results 1 – 4 of 4) sorted by relevance
239 std::string MemoryProfileOutput; variable
716 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in CreatePasses()1412 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in EmitAssemblyWithNewPassManager()
685 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()689 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()
1435 if (!Opts.MemoryProfileOutput.empty()) { in GenerateCodeGenArgs()1436 if (Opts.MemoryProfileOutput == MemProfileBasename) { in GenerateCodeGenArgs()1440 Opts.MemoryProfileOutput.size() - MemProfileBasename.size(); in GenerateCodeGenArgs()1442 Opts.MemoryProfileOutput.substr(0, ArgLength), SA); in GenerateCodeGenArgs()1732 Opts.MemoryProfileOutput = std::string(Path); in ParseCodeGenArgs()1734 Opts.MemoryProfileOutput = MemProfileBasename; in ParseCodeGenArgs()