Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/LTO/
DLTO.h101 class ThinBackendProc; variable
193 using ThinBackend = std::function<std::unique_ptr<ThinBackendProc>(
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DLTO.cpp1197 class lto::ThinBackendProc { class in lto
1206 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc() function in lto::ThinBackendProc
1213 virtual ~ThinBackendProc() = default;
1249 class InProcessThinBackend : public ThinBackendProc {
1268 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in InProcessThinBackend()
1417 class WriteIndexesThinBackend : public ThinBackendProc {
1427 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in WriteIndexesThinBackend()
1604 std::unique_ptr<ThinBackendProc> BackendProc = in runThinLTO()