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

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 57 TrampolinePool::~TrampolinePool() {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 56 class TrampolinePool {
65 virtual ~TrampolinePool();
95 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {
114 LocalTrampolinePool<ORCABI> *TrampolinePool =
120 TrampolinePool->ResolveLanding(pointerToJITTargetAddress(TrampolineId),
211 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP,
218 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) {
224 std::unique_ptr<TrampolinePool> TP;
256 TrampolinePool::NotifyLandingResolvedFunction;

Completed in 17 milliseconds