Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h107 class ThinBackendProc; variable
199 using ThinBackend = std::function<std::unique_ptr<ThinBackendProc>(
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1370 class lto::ThinBackendProc { class in lto
1379 ThinBackendProc( in ThinBackendProc() function in lto::ThinBackendProc
1387 virtual ~ThinBackendProc() = default;
1428 class InProcessThinBackend : public ThinBackendProc {
1447 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in InProcessThinBackend()
1612 class WriteIndexesThinBackend : public ThinBackendProc {
1623 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in WriteIndexesThinBackend()
1845 std::unique_ptr<ThinBackendProc> BackendProc = in runThinLTO()