Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h232 std::string MemoryProfileOutput; variable
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp701 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in CreatePasses()
1332 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in EmitAssemblyWithNewPassManager()
DCodeGenModule.cpp652 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()
656 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1165 Opts.MemoryProfileOutput = std::string(Path); in ParseCodeGenArgs()
1167 Opts.MemoryProfileOutput = MemProfileBasename; in ParseCodeGenArgs()