Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h46 LLVM_ABI Error backend(const Config &C, AddStreamFn AddStream,
60 thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
65 AddStreamFn IRAddStream = nullptr,
H A DLTO.h272 AddStreamFn AddStream, FileCache Cache)>;
287 AddStreamFn AddStream, FileCache Cache) { in operator()
418 LLVM_ABI Error run(AddStreamFn AddStream, FileCache Cache = {});
561 Error runRegularLTO(AddStreamFn AddStream);
562 Error runThinLTO(AddStreamFn AddStream, FileCache Cache,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h59 using AddStreamFn = std::function<Expected<std::unique_ptr<CachedFileStream>>( variable
66 using FileCacheFunction = std::function<Expected<AddStreamFn>(
90 Expected<AddStreamFn> operator()(unsigned Task, StringRef Key, in operator()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1167 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run()
1256 Error LTO::runRegularLTO(AddStreamFn AddStream) { in runRegularLTO()
1452 AddStreamFn AddStream;
1461 AddStreamFn AddStream, lto::IndexWriteCallback OnWrite, in CGThinBackend()
1486 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend()
1494 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1501 auto RunThinBackend = [&](AddStreamFn AddStream) { in runThinLTOBackendThread()
1530 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, Key, ModuleID); in runThinLTOBackendThread()
1533 AddStreamFn &CacheAddStream = *CacheAddStreamOrErr; in runThinLTOBackendThread()
1589 AddStreamFn IRAddStream;
[all …]
H A DLTOBackend.cpp400 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
473 AddStreamFn AddStream, in splitCodeGen()
552 Error lto::backend(const Config &C, AddStreamFn AddStream, in backend()
599 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
604 bool CodeGenOnly, AddStreamFn IRAddStream, in thinBackend()
H A DLTOCodeGenerator.cpp628 bool LTOCodeGenerator::compileOptimized(AddStreamFn AddStream, in compileOptimized()
/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/include/llvm/CGData/
H A DCodeGenData.h204 AddStreamFn AddStream;
250 AddStreamFn AddStream);
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h185 LLVM_ABI bool compileOptimized(AddStreamFn AddStream,
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp276 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, UniqueKey, ""); in getCachedOrDownloadArtifact()
279 AddStreamFn &CacheAddStream = *CacheAddStreamOrErr; in getCachedOrDownloadArtifact()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp223 AddStreamFn AddStream) { in saveModuleForTwoRounds()