Home
last modified time | relevance | path

Searched defs:setTrampolinePool (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h70 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool() function
H A DIndirectionUtils.h225 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool() function