LLVM  4.0.0
Public Attributes | List of all members
llvm::ThinLTOCodeGenerator::CachingOptions Struct Reference

#include <ThinLTOCodeGenerator.h>

Collaboration diagram for llvm::ThinLTOCodeGenerator::CachingOptions:
[legend]

Public Attributes

std::string Path
 
int PruningInterval = 1200
 
unsigned int Expiration = 7 * 24 * 3600
 
unsigned MaxPercentageOfAvailableSpace = 75
 

Detailed Description

Definition at line 141 of file ThinLTOCodeGenerator.h.

Member Data Documentation

unsigned int llvm::ThinLTOCodeGenerator::CachingOptions::Expiration = 7 * 24 * 3600
unsigned llvm::ThinLTOCodeGenerator::CachingOptions::MaxPercentageOfAvailableSpace = 75
std::string llvm::ThinLTOCodeGenerator::CachingOptions::Path
int llvm::ThinLTOCodeGenerator::CachingOptions::PruningInterval = 1200

The documentation for this struct was generated from the following file: