| 30 | class AOTSection : public Executable { |
| 31 | public: |
| 32 | AOTSection() noexcept = default; |
| 33 | ~AOTSection() noexcept override { unload(); } |
| 34 | Expect<void> load(const AST::AOTSection &AOTSec) noexcept; |
| 35 | void unload() noexcept; |
nothing calls this directly
no outgoing calls
no test coverage detected