HomeSort by: relevance | last modified time | path
    Searched refs:MemoryProfileOutput (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 239 std::string MemoryProfileOutput;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1435 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;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 716 if (!CodeGenOpts.MemoryProfileOutput.empty()) {
1412 if (!CodeGenOpts.MemoryProfileOutput.empty()) {
CodeGenModule.cpp 685 if (!CodeGenOpts.MemoryProfileOutput.empty()) {
689 llvm::MDString::get(Ctx, CodeGenOpts.MemoryProfileOutput));

Completed in 24 milliseconds