[Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, rather
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / OrcTargetSupport.h
index bf0e41e9f1fe38b24e8b79a69d5f6a78af04987e..2637ea593d5110435d3154f9a21211be96810b98 100644 (file)
@@ -59,6 +59,8 @@ public:
     const static unsigned PtrSize = 8;
 
     IndirectStubsInfo() : NumStubs(0) {}
+    IndirectStubsInfo(IndirectStubsInfo&&);
+    IndirectStubsInfo& operator=(IndirectStubsInfo&&);
     ~IndirectStubsInfo();
 
     /// @brief Number of stubs in this block.