| 66 | return ASTNodeAttr::Sec_Element; |
| 67 | } |
| 68 | template <> inline ASTNodeAttr NodeAttrFromAST<AST::CodeSection>() noexcept { |
| 69 | return ASTNodeAttr::Sec_Code; |
| 70 | } |
| 71 | template <> inline ASTNodeAttr NodeAttrFromAST<AST::DataSection>() noexcept { |
| 72 | return ASTNodeAttr::Sec_Data; |
| 73 | } |
nothing calls this directly
no outgoing calls
no test coverage detected