HomeSort by: relevance | last modified time | path
    Searched refs:AddStream (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTOBackend.h 44 Error backend(const Config &C, AddStreamFn AddStream,
54 Error thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream,
LTO.h 216 /// if (AddStreamFn AddStream = Cache(Task, Key))
217 /// ProduceContent(AddStream);
227 AddStreamFn AddStream, NativeObjectCache Cache)>;
266 /// - Call the run() function. This function will use the supplied AddStream
292 /// Runs the LTO pipeline. This function calls the supplied AddStream
298 /// The client will receive at most one callback (via either AddStream or
300 Error run(AddStreamFn AddStream, NativeObjectCache Cache = nullptr);
431 Error runRegularLTO(AddStreamFn AddStream);
432 Error runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache,
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 995 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) {
1033 Error Result = runRegularLTO(AddStream);
1035 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols);
1043 Error LTO::runRegularLTO(AddStreamFn AddStream) {
1134 backend(Conf, AddStream, RegularLTO.ParallelCodeGenParallelismLevel,
1179 AddStreamFn AddStream;
1192 AddStreamFn AddStream, NativeObjectCache Cache)
1194 BackendThreadPool(ThinLTOParallelism), AddStream(std::move(AddStream)),
1205 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task
    [all...]
LTOBackend.cpp 374 AddStreamFn AddStream, unsigned Task, Module &Mod,
406 auto Stream = AddStream(Task);
423 AddStreamFn AddStream,
458 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx,
498 Error lto::backend(const Config &C, AddStreamFn AddStream,
515 codegen(C, TM.get(), AddStream, 0, Mod, CombinedIndex);
517 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, Mod,
544 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream,
570 codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex);
585 codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex)
    [all...]
LTOCodeGenerator.cpp 248 auto AddStream =
262 bool genResult = compileOptimized(AddStream, 1);
560 bool LTOCodeGenerator::compileOptimized(lto::AddStreamFn AddStream,
576 Error Err = backend(Config, AddStream, ParallelismLevel, *MergedModule,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp 365 auto AddStream =
376 *AddStream(Task)->OS << MB->getBuffer();
383 check(Lto.run(AddStream, Cache), "LTO::run failed");
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 176 /// created using the \p AddStream callback. Returns true on success.
179 bool compileOptimized(lto::AddStreamFn AddStream, unsigned ParallelismLevel);
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 1082 auto AddStream =
1092 *AddStream(Task)->OS << MB->getBuffer();
1099 check(Lto->run(AddStream, Cache));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 1051 auto AddStream =
1065 if (!CodeGen.compileOptimized(AddStream, Parallelism))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1521 auto AddStream = [&](size_t Task) {
1593 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList,

Completed in 24 milliseconds