Searched defs:endSection (Results 1 – 3 of 3) sorted by relevance
894 inline section_iterator_t endSection() { return m_sections.end(); } in endSection() function896 inline const_section_iterator_t endSection() const { return m_sections.end(); } in endSection() function
382 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection() function in WasmObjectWriter
1207 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection() function in MCStreamer