Searched refs:PassInstrumentorImpl (Results 1 – 2 of 2) sorted by relevance
21 struct PassInstrumentorImpl;122 std::unique_ptr<detail::PassInstrumentorImpl> impl;
929 struct PassInstrumentorImpl { struct939 PassInstrumentor::PassInstrumentor() : impl(new PassInstrumentorImpl()) {} in PassInstrumentor()