Lines Matching refs:sections
90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
91 sections->push_back(entry);
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
151 assert(!sections->empty());
153 llvm::cast<OutputSectDesc>(sections->back());
159 sections->push_back(new Assignment(Assignment::OUTPUT_SECTION,
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
191 sections->push_back(new OutputSectDesc(pName, pProlog));
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
201 assert(!sections->empty() && m_bInOutputSectDesc);
202 OutputSectDesc* output_desc = llvm::cast<OutputSectDesc>(sections->back());
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
214 assert(!sections->empty() && m_bInOutputSectDesc);
215 OutputSectDesc* output_sect = llvm::cast<OutputSectDesc>(sections->back());