Home
last modified time | relevance | path

Searched refs:endSection (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp240 void endSection(SectionBookkeeping &Section);
382 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection() function in WasmObjectWriter
779 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 …]
H A DMCObjectStreamer.cpp516 MCSymbol *SectionEnd = endSection(Section); in emitDwarfLineEndEntry()
H A DMCStreamer.cpp1207 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection() function in MCStreamer
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp34 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()
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/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp92 OutStreamer.endSection(Nt); in emitNoteSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp660 OutStreamer->endSection(Nt); in emitStartOfAsmFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h450 MCSymbol *endSection(MCSection *Section);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2896 List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section))); in emitDebugARanges()