Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp1248 std::unique_ptr<ThinBackendProc> BackendProc = in runThinLTO() local
1256 if (Error E = BackendProc->start(Task, Mod.second, ImportLists[Mod.first], in runThinLTO()
1263 return BackendProc->wait(); in runThinLTO()