Searched defs:setTrampolinePool (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | LazyReexports.h | 70 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } setTrampolinePool() function |
H A D | IndirectionUtils.h | 225 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { setTrampolinePool() function |