Home
last modified time | relevance | path

Searched refs:emitDwarfLineEndEntry (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h148 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel,
H A DMCStreamer.h1113 virtual void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp501 void MCObjectStreamer::emitDwarfLineEndEntry(MCSection *Section, in emitDwarfLineEndEntry() function in MCObjectStreamer
H A DMCDwarf.cpp205 MCOS->emitDwarfLineEndEntry(Section, LastLabel, in emitOne()
276 MCOS->emitDwarfLineEndEntry(Section, LastLabel); in emitOne()
H A DMCAsmStreamer.cpp435 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel,
2604 void MCAsmStreamer::emitDwarfLineEndEntry(MCSection *Section, in emitDwarfLineEndEntry() function in MCAsmStreamer