HomeSort by: relevance | last modified time | path
    Searched refs:endSection (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64TargetStreamer.cpp 92 OutStreamer.endSection(Nt);
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 34 for (; it != endSection(); ++it)
46 for (; it != endSection(); ++it)
63 return std::find(beginSection(), endSection(), section);
135 for (; it != endSection(); ++it)
196 for (; it != endSection(); ++it)
199 bool isLastSection = (++itCopy == endSection());
411 for (; it != endSection(); ++it)
437 for (; it != endSection() && *it != section; ++it)
497 for (; it != endSection(); ++it)
514 for (; it != endSection(); ++it
    [all...]
EncoreBootImage.h 894 inline section_iterator_t endSection() { return m_sections.end(); }
896 inline const_section_iterator_t endSection() const { return m_sections.end(); }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 240 void endSection(SectionBookkeeping &Section);
382 void WasmObjectWriter::endSection(SectionBookkeeping &Section) {
393 LLVM_DEBUG(dbgs() << "endSection size=" << Size << "\n");
779 endSection(Section);
825 endSection(Section);
839 endSection(Section);
855 endSection(Section);
892 endSection(Section);
910 endSection(Section);
927 endSection(Section)
    [all...]
MCObjectStreamer.cpp 516 MCSymbol *SectionEnd = endSection(Section);
518 // Switch back the dwarf line section, in case endSection had to switch the
MCStreamer.cpp 1207 MCSymbol *MCStreamer::endSection(MCSection *Section) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AsmPrinter.cpp 660 OutStreamer->endSection(Nt);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCStreamer.h 450 MCSymbol *endSection(MCSection *Section);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 2896 List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section)));

Completed in 57 milliseconds