Home
last modified time | relevance | path

Searched refs:AddStreamFn (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h41 using AddStreamFn = std::function<Expected<std::unique_ptr<CachedFileStream>>( variable
57 using FileCache = std::function<Expected<AddStreamFn>(
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h44 Error backend(const Config &C, AddStreamFn AddStream,
54 Error thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream,
H A DLTO.h202 AddStreamFn AddStream, FileCache Cache)>;
300 Error run(AddStreamFn AddStream, FileCache Cache = nullptr);
433 Error runRegularLTO(AddStreamFn AddStream);
434 Error runThinLTO(AddStreamFn AddStream, FileCache Cache,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp83 llvm::Expected<llvm::AddStreamFn> add_stream_or_err = in GetCachedData()
90 llvm::AddStreamFn &add_stream = *add_stream_or_err; in GetCachedData()
115 llvm::Expected<llvm::AddStreamFn> add_stream_or_err = in SetCachedData()
121 llvm::AddStreamFn &add_stream = *add_stream_or_err; in SetCachedData()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp41 const Twine &ModuleName) -> Expected<AddStreamFn> { in localCache()
59 return AddStreamFn(); in localCache()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1140 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run()
1229 Error LTO::runRegularLTO(AddStreamFn AddStream) { in runRegularLTO()
1430 AddStreamFn AddStream;
1445 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend()
1460 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1467 auto RunThinBackend = [&](AddStreamFn AddStream) { in runThinLTOBackendThread()
1496 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, Key, ModuleID); in runThinLTOBackendThread()
1499 AddStreamFn &CacheAddStream = *CacheAddStreamOrErr; in runThinLTOBackendThread()
1569 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend()
1670 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
[all …]
H A DLTOBackend.cpp369 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
427 AddStreamFn AddStream, in splitCodeGen()
506 Error lto::backend(const Config &C, AddStreamFn AddStream, in backend()
553 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
H A DLTOCodeGenerator.cpp641 bool LTOCodeGenerator::compileOptimized(AddStreamFn AddStream, in compileOptimized()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h184 bool compileOptimized(AddStreamFn AddStream, unsigned ParallelismLevel);
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp266 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, UniqueKey, ""); in getCachedOrDownloadArtifact()
269 AddStreamFn &CacheAddStream = *CacheAddStreamOrErr; in getCachedOrDownloadArtifact()