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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CachePruning.h 26 /// CachePruningPolicy provides a reasonable default policy.
27 struct CachePruningPolicy {
64 /// default constructed CachePruningPolicy object.
68 Expected<CachePruningPolicy> parseCachePruningPolicy(StringRef PolicyStr);
76 bool pruneCache(StringRef Path, CachePruningPolicy Policy);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CachePruning.cpp 76 Expected<CachePruningPolicy>
78 CachePruningPolicy Policy;
144 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 128 CachePruningPolicy Policy;
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 1178 CachePruningPolicy policy = check(parseCachePruningPolicy(options::cache_policy));

Completed in 66 milliseconds