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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h239 std::string MemoryProfileOutput; member in class:clang::CodeGenOptions
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1435 if (!Opts.MemoryProfileOutput.empty()) {
1436 if (Opts.MemoryProfileOutput == MemProfileBasename) {
1440 Opts.MemoryProfileOutput.size() - MemProfileBasename.size();
1442 Opts.MemoryProfileOutput.substr(0, ArgLength), SA);
1732 Opts.MemoryProfileOutput = std::string(Path);
1734 Opts.MemoryProfileOutput = MemProfileBasename;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp716 if (!CodeGenOpts.MemoryProfileOutput.empty()) {
1412 if (!CodeGenOpts.MemoryProfileOutput.empty()) {
H A DCodeGenModule.cpp685 if (!CodeGenOpts.MemoryProfileOutput.empty()) {
689 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput));

Completed in 272 milliseconds