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

References

include/llvm/LTO/Caching.h
   33 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
include/llvm/LTO/LTO.h
  227     AddStreamFn AddStream, NativeObjectCache Cache)>;
  299   Error run(AddStreamFn AddStream, NativeObjectCache Cache = nullptr);
  420   Error runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache,
lib/LTO/Caching.cpp
   30 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath,
lib/LTO/LTO.cpp
  897 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) {
 1054   NativeObjectCache Cache;
 1066       AddStreamFn AddStream, NativeObjectCache Cache)
 1079       AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task,
 1260 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache,
tools/gold/gold-plugin.cpp
 1057   NativeObjectCache Cache;
tools/lld/COFF/LTO.cpp
  154   lto::NativeObjectCache cache;
tools/lld/ELF/LTO.cpp
  243   lto::NativeObjectCache cache;
tools/lld/wasm/LTO.cpp
  130   lto::NativeObjectCache cache;
tools/llvm-lto2/llvm-lto2.cpp
  345   NativeObjectCache Cache;