Home
last modified time | relevance | path

Searched defs:SectionContentsASTNode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h730 SectionContentsASTNode() : m_sectionExpr() {} in SectionContentsASTNode() function
731 SectionContentsASTNode(ExprASTNode * section) : m_sectionExpr(section) {} in SectionContentsASTNode() function
H A DElftosbAST.cpp1002 SectionContentsASTNode::SectionContentsASTNode(const SectionContentsASTNode & other) in SectionContentsASTNode() function in SectionContentsASTNode