Home
last modified time | relevance | path

Searched defs:endSection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h894 inline section_iterator_t endSection() { return m_sections.end(); } in endSection() function
896 inline const_section_iterator_t endSection() const { return m_sections.end(); } in endSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp382 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection() function in WasmObjectWriter
H A DMCStreamer.cpp1207 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection() function in MCStreamer