Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h151 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
H A DMCStreamer.h1098 virtual void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) {} in emitDwarfLineEndEntry() function
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp510 void MCObjectStreamer::emitDwarfLineEndEntry(MCSection *Section, in emitDwarfLineEndEntry() function in MCObjectStreamer
H A DMCAsmStreamer.cpp390 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
2363 void MCAsmStreamer::emitDwarfLineEndEntry(MCSection *Section, in emitDwarfLineEndEntry() function in MCAsmStreamer
H A DMCDwarf.cpp230 MCOS->emitDwarfLineEndEntry(Section, LastLabel); in emitDwarfLineTable()