HomeSort by: relevance | last modified time | path
    Searched refs:LocalTrampolinePool (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 95 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {
97 /// Creates a LocalTrampolinePool with the given RunCallback function.
100 static Expected<std::unique_ptr<LocalTrampolinePool>>
104 auto LTP = std::unique_ptr<LocalTrampolinePool>(
105 new LocalTrampolinePool(std::move(ResolveLanding), Err));
114 LocalTrampolinePool<ORCABI> *TrampolinePool =
115 static_cast<LocalTrampolinePool *>(TrampolinePoolPtr);
127 LocalTrampolinePool(ResolveLandingFunction ResolveLanding, Error &Err)
259 auto TP = LocalTrampolinePool<ORCABI>::Create(
LazyReexports.h 96 auto TP = LocalTrampolinePool<ORCABI>::Create(

Completed in 19 milliseconds