Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h274 std::string MemoryProfileOutput; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1464 if (!Opts.MemoryProfileOutput.empty()) { in GenerateCodeGenArgs()
1465 if (Opts.MemoryProfileOutput == MemProfileBasename) { in GenerateCodeGenArgs()
1469 Opts.MemoryProfileOutput.size() - MemProfileBasename.size(); in GenerateCodeGenArgs()
1471 Opts.MemoryProfileOutput.substr(0, ArgLength), SA); in GenerateCodeGenArgs()
1779 Opts.MemoryProfileOutput = std::string(Path); in ParseCodeGenArgs()
1781 Opts.MemoryProfileOutput = MemProfileBasename; in ParseCodeGenArgs()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp995 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in RunOptimizationPipeline()
H A DCodeGenModule.cpp826 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()
830 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()