Searched refs:RecordExec (Results 1 – 2 of 2) sorted by relevance
281 Create(ExecutionSession &ES, RecordExecutionFunction RecordExec = {}) {285 RecordExecutionFunction RecordExec) in make_shared_helper() argument286 : SimpleLazyReexportsSpeculator(ES, std::move(RecordExec)) {} in make_shared_helper()290 std::make_shared<make_shared_helper>(ES, std::move(RecordExec));315 RecordExecutionFunction RecordExec) in SimpleLazyReexportsSpeculator() argument316 : ES(ES), RecordExec(std::move(RecordExec)) {} in SimpleLazyReexportsSpeculator()326 RecordExecutionFunction RecordExec; variable
531 if (RecordExec) in onLazyReexportCalled()532 RecordExec(CTI); in onLazyReexportCalled()