Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h101 class ThinBackendProc; variable
193 using ThinBackend = std::function<std::unique_ptr<ThinBackendProc>(
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1161 class lto::ThinBackendProc { class in lto
1170 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc() function in lto::ThinBackendProc
1177 virtual ~ThinBackendProc() = default;
1213 class InProcessThinBackend : public ThinBackendProc {
1232 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in InProcessThinBackend()
1381 class WriteIndexesThinBackend : public ThinBackendProc {
1391 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in WriteIndexesThinBackend()
1567 std::unique_ptr<ThinBackendProc> BackendProc = in runThinLTO()