Searched refs:endSection (Results 1 – 9 of 9) sorted by relevance
240 void endSection(SectionBookkeeping &Section);382 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection() function in WasmObjectWriter779 endSection(Section); in writeTypeSection()825 endSection(Section); in writeImportSection()839 endSection(Section); in writeFunctionSection()855 endSection(Section); in writeEventSection()892 endSection(Section); in writeGlobalSection()910 endSection(Section); in writeTableSection()927 endSection(Section); in writeExportSection()967 endSection(Section); in writeElemSection()[all …]
516 MCSymbol *SectionEnd = endSection(Section); in emitDwarfLineEndEntry()
1207 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection() function in MCStreamer
34 for (; it != endSection(); ++it) in ~EncoreBootImage()46 for (; it != endSection(); ++it) in addSection()63 return std::find(beginSection(), endSection(), section); in findSection()135 for (; it != endSection(); ++it) in writeToStream()196 for (; it != endSection(); ++it) in writeToStream()199 bool isLastSection = (++itCopy == endSection()); in writeToStream()411 for (; it != endSection(); ++it) in findFirstBootableSection()437 for (; it != endSection() && *it != section; ++it) in getSectionOffset()497 for (; it != endSection(); ++it) in getImageSize()514 for (; it != endSection(); ++it) in debugPrint()
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
92 OutStreamer.endSection(Nt); in emitNoteSection()
660 OutStreamer->endSection(Nt); in emitStartOfAsmFile()
450 MCSymbol *endSection(MCSection *Section);
2896 List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section))); in emitDebugARanges()