Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h239 std::string MemoryProfileOutput; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp716 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in CreatePasses()
1412 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in EmitAssemblyWithNewPassManager()
H A DCodeGenModule.cpp685 if (!CodeGenOpts.MemoryProfileOutput.empty()) { in Release()
689 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput)); in Release()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1435 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()