Home
last modified time | relevance | path

Searched refs:NativeObjectCache (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTO.h202 NativeObjectCache; typedef
210 AddStreamFn AddStream, NativeObjectCache Cache)>
283 Error run(AddStreamFn AddStream, NativeObjectCache Cache = nullptr);
400 Error runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache);
H A DCaching.h34 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp812 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run()
958 NativeObjectCache Cache;
970 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend()
983 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread()
1067 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend()
1157 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
1164 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache) { in runThinLTO()
H A DCaching.cpp31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DLTO.cpp117 lto::NativeObjectCache Cache; in compile()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp233 lto::NativeObjectCache Cache; in compile()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp313 NativeObjectCache Cache; in run()