Loading llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h +2 −2 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ private: // Create a single-threaded LLLazyJIT instance. LLLazyJIT(LLLazyJITBuilderState &S, Error &Err); std::unique_ptr<LocalLazyCallThroughManager> LCTMgr; std::unique_ptr<LazyCallThroughManager> LCTMgr; std::unique_ptr<CompileOnDemandLayer> CODLayer; }; Loading Loading @@ -384,7 +384,7 @@ public: Triple TT; JITTargetAddress LazyCompileFailureAddr = 0; std::unique_ptr<LocalLazyCallThroughManager> LCTMgr; std::unique_ptr<LazyCallThroughManager> LCTMgr; IndirectStubsManagerBuilderFunction ISMBuilder; Error prepareForConstruction(); Loading llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h +3 −2 Original line number Diff line number Diff line Loading @@ -50,13 +50,14 @@ public: JITTargetAddress TrampolineAddr, TrampolinePool::NotifyLandingResolvedFunction NotifyLandingResolved); virtual ~LazyCallThroughManager() = default; protected: using NotifyLandingResolvedFunction = TrampolinePool::NotifyLandingResolvedFunction; LazyCallThroughManager(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr, TrampolinePool *TP); ~LazyCallThroughManager() = default; struct ReexportsEntry { JITDylib *SourceJD; Loading Loading @@ -128,7 +129,7 @@ public: /// Create a LocalLazyCallThroughManager from the given triple and execution /// session. Expected<std::unique_ptr<LocalLazyCallThroughManager>> Expected<std::unique_ptr<LazyCallThroughManager>> createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr); Loading llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ void LazyCallThroughManager::resolveTrampolineLandingAddress( NoDependenciesToRegister); } Expected<std::unique_ptr<LocalLazyCallThroughManager>> Expected<std::unique_ptr<LazyCallThroughManager>> createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { switch (T.getArch()) { Loading Loading
llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h +2 −2 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ private: // Create a single-threaded LLLazyJIT instance. LLLazyJIT(LLLazyJITBuilderState &S, Error &Err); std::unique_ptr<LocalLazyCallThroughManager> LCTMgr; std::unique_ptr<LazyCallThroughManager> LCTMgr; std::unique_ptr<CompileOnDemandLayer> CODLayer; }; Loading Loading @@ -384,7 +384,7 @@ public: Triple TT; JITTargetAddress LazyCompileFailureAddr = 0; std::unique_ptr<LocalLazyCallThroughManager> LCTMgr; std::unique_ptr<LazyCallThroughManager> LCTMgr; IndirectStubsManagerBuilderFunction ISMBuilder; Error prepareForConstruction(); Loading
llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h +3 −2 Original line number Diff line number Diff line Loading @@ -50,13 +50,14 @@ public: JITTargetAddress TrampolineAddr, TrampolinePool::NotifyLandingResolvedFunction NotifyLandingResolved); virtual ~LazyCallThroughManager() = default; protected: using NotifyLandingResolvedFunction = TrampolinePool::NotifyLandingResolvedFunction; LazyCallThroughManager(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr, TrampolinePool *TP); ~LazyCallThroughManager() = default; struct ReexportsEntry { JITDylib *SourceJD; Loading Loading @@ -128,7 +129,7 @@ public: /// Create a LocalLazyCallThroughManager from the given triple and execution /// session. Expected<std::unique_ptr<LocalLazyCallThroughManager>> Expected<std::unique_ptr<LazyCallThroughManager>> createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr); Loading
llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ void LazyCallThroughManager::resolveTrampolineLandingAddress( NoDependenciesToRegister); } Expected<std::unique_ptr<LocalLazyCallThroughManager>> Expected<std::unique_ptr<LazyCallThroughManager>> createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { switch (T.getArch()) { Loading