Searched refs:NativeObjectCache (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
H A D | LTO.h | 218 using NativeObjectCache = variable 227 AddStreamFn AddStream, NativeObjectCache Cache)>; 300 Error run(AddStreamFn AddStream, NativeObjectCache Cache = nullptr); 432 Error runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache,
|
H A D | Caching.h | 32 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTO.cpp | 995 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run() 1180 NativeObjectCache Cache; 1192 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend() 1205 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread() 1298 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend() 1392 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend() 1399 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache, in runThinLTO()
|
H A D | Caching.cpp | 31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 379 NativeObjectCache Cache; in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 1095 NativeObjectCache Cache; in runLTO()
|