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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h96 class ThinBackendProc;
220 using ThinBackend = std::function<std::unique_ptr<ThinBackendProc>(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1090 class lto::ThinBackendProc { class in class:lto
1097 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, function in class:lto::ThinBackendProc
1102 virtual ~ThinBackendProc() {}
1113 class InProcessThinBackend : public ThinBackendProc {
1129 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries),
1258 class WriteIndexesThinBackend : public ThinBackendProc {
1270 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries),
1439 std::unique_ptr<ThinBackendProc> BackendProc =

Completed in 165 milliseconds