Searched refs:NativeObjectCache (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
H A D | LTO.h | 218 using NativeObjectCache = variable 227 AddStreamFn AddStream, NativeObjectCache Cache)>; 299 Error run(AddStreamFn AddStream, NativeObjectCache Cache = nullptr); 421 Error runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache,
|
H A D | Caching.h | 33 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 899 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run() 1056 NativeObjectCache Cache; 1068 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend() 1081 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread() 1165 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend() 1255 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend() 1262 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache, in runThinLTO()
|
H A D | Caching.cpp | 30 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache()
|