reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/LTO/Caching.h
   33 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,

References

tools/gold/gold-plugin.cpp
 1059     Cache = check(localCache(options::cache_dir, AddBuffer));
tools/lld/COFF/LTO.cpp
  156     cache = check(lto::localCache(
tools/lld/ELF/LTO.cpp
  246         lto::localCache(config->thinLTOCacheDir,
tools/lld/wasm/LTO.cpp
  133         lto::localCache(config->thinLTOCacheDir,
tools/llvm-lto2/llvm-lto2.cpp
  347     Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache");