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.h149 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
H A DMCStreamer.h1122 virtual void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) {} in emitDwarfLineEndEntry() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp469 void MCObjectStreamer::emitDwarfLineEndEntry(MCSection *Section, in emitDwarfLineEndEntry() function in MCObjectStreamer
H A DMCAsmStreamer.cpp432 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
2581 void MCAsmStreamer::emitDwarfLineEndEntry(MCSection *Section, in emitDwarfLineEndEntry() function in MCAsmStreamer
H A DMCDwarf.cpp254 MCOS->emitDwarfLineEndEntry(Section, LastLabel); in emitOne()