| 2129 | swap(LHS.Ref, RHS.Ref); |
| 2130 | } |
| 2131 | Error withModuleDo(LLVMOrcGenericIRModuleOperationFunction F, |
| 2132 | void *Ctx) noexcept { |
| 2133 | return LLVMOrcThreadSafeModuleWithModuleDo(Ref, F, Ctx); |
| 2134 | } |
| 2135 | |
| 2136 | private: |
| 2137 | LLVMOrcThreadSafeModuleRef Ref = nullptr; |
no test coverage detected