| 61 | OptLevel.store(Level, std::memory_order_relaxed); |
| 62 | } |
| 63 | OptimizationLevel getOptimizationLevel() const noexcept { |
| 64 | return OptLevel.load(std::memory_order_relaxed); |
| 65 | } |
| 66 | |
| 67 | /// AOT compiler output binary format. |
| 68 | enum class OutputFormat : uint8_t { |
no test coverage detected