Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h281 Create(ExecutionSession &ES, RecordExecutionFunction RecordExec = {}) {
285 RecordExecutionFunction RecordExec) in make_shared_helper() argument
286 : 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() argument
316 : ES(ES), RecordExec(std::move(RecordExec)) {} in SimpleLazyReexportsSpeculator()
326 RecordExecutionFunction RecordExec; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp531 if (RecordExec) in onLazyReexportCalled()
532 RecordExec(CTI); in onLazyReexportCalled()