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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h169 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
H A DMCStreamer.h1156 virtual void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) {} function in class:llvm::MCStreamer
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp555 void MCObjectStreamer::emitDwarfLineEndEntry(MCSection *Section, function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp415 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
2556 void MCAsmStreamer::emitDwarfLineEndEntry(MCSection *Section,
H A DMCDwarf.cpp253 MCOS->emitDwarfLineEndEntry(Section, LastLabel);

Completed in 187 milliseconds