Home
last modified time | relevance | path

Searched refs:MemoryProfileOutput (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h239 std::string MemoryProfileOutput; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp724 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in CreatePasses()
1419 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in EmitAssemblyWithNewPassManager()
H A DCodeGenModule.cpp701 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()
705 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1432 if (!Opts.MemoryProfileOutput.empty()) { in GenerateCodeGenArgs()
1433 if (Opts.MemoryProfileOutput == MemProfileBasename) { in GenerateCodeGenArgs()
1437 Opts.MemoryProfileOutput.size() - MemProfileBasename.size(); in GenerateCodeGenArgs()
1439 Opts.MemoryProfileOutput.substr(0, ArgLength), SA); in GenerateCodeGenArgs()
1735 Opts.MemoryProfileOutput = std::string(Path); in ParseCodeGenArgs()
1737 Opts.MemoryProfileOutput = MemProfileBasename; in ParseCodeGenArgs()