Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectStreamer.h169 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
H A DMCStreamer.h1143 virtual void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) {} in emitDwarfLineEndEntry() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp552 void MCObjectStreamer::emitDwarfLineEndEntry(MCSection *Section, in emitDwarfLineEndEntry() function in MCObjectStreamer
H A DMCAsmStreamer.cpp401 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
2448 void MCAsmStreamer::emitDwarfLineEndEntry(MCSection *Section, in emitDwarfLineEndEntry() function in MCAsmStreamer
H A DMCDwarf.cpp250 MCOS->emitDwarfLineEndEntry(Section, LastLabel); in emitOne()