Searched refs:DataSectionContentsASTNode (Results 1 – 6 of 6) sorted by relevance
1017 #pragma mark = DataSectionContentsASTNode =1019 DataSectionContentsASTNode::DataSectionContentsASTNode(const DataSectionContentsASTNode & other) in DataSectionContentsASTNode() function in DataSectionContentsASTNode1025 void DataSectionContentsASTNode::printTree(int indent) const in printTree()
768 class DataSectionContentsASTNode : public SectionContentsASTNode771 DataSectionContentsASTNode(ASTNode * contents) in DataSectionContentsASTNode() function776 DataSectionContentsASTNode(const DataSectionContentsASTNode & other);778 virtual ASTNode * clone() const { return new DataSectionContentsASTNode(*this); } in clone()
98 …OutputSection * convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID, O…
446 DataSectionContentsASTNode * dataSection; in processSections()472 else if (dataSection = dynamic_cast<DataSectionContentsASTNode*>(node)) in processSections()507 OutputSection * ConversionController::convertDataSection(DataSectionContentsASTNode * dataSection, … in convertDataSection()
357 DataSectionContentsASTNode * dataSection = new DataSectionContentsASTNode($2);
1754 … DataSectionContentsASTNode * dataSection = new DataSectionContentsASTNode((yyvsp[-1].m_ast));