HomeSort by relevance Sort by last modified time
    Searched refs:ThinBackend (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
LTO.h 191 /// A ThinBackend defines what happens after the thin-link phase during ThinLTO.
193 /// create a ThinBackend using one of the create*ThinBackend() functions below.
198 ThinBackend;
200 /// This ThinBackend runs the individual backend jobs in-process.
201 ThinBackend createInProcessThinBackend(unsigned ParallelismLevel);
203 /// This ThinBackend writes individual module indexes to files, instead of
217 ThinBackend createWriteIndexesThinBackend(std::string OldPrefix,
248 LTO(Config Conf, ThinBackend Backend = nullptr,
302 ThinLTOState(ThinBackend Backend)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTO.cpp 403 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend)
410 LTO::LTO(Config Conf, ThinBackend Backend,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
llvm-lto2.cpp 249 ThinBackend Backend;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
gold-plugin.cpp 830 ThinBackend Backend;
    [all...]

Completed in 1108 milliseconds