| 40 | public: |
| 41 | using Layout::Layout; |
| 42 | ObjectFileLayout(const ObjectFileLayout&) = delete; |
| 43 | ObjectFileLayout& operator=(const ObjectFileLayout&) = delete; |
| 44 | |
| 45 | ObjectFileLayout(ObjectFileLayout&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected