reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCStreamer.h
  427   MCSymbol *endSection(MCSection *Section);

References

lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 2540     List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section)));
lib/MC/MCDwarf.cpp
  217   MCSymbol *SectionEnd = MCOS->endSection(Section);
lib/Target/X86/X86AsmPrinter.cpp
  590       OutStreamer->endSection(Nt);