Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectStreamer.h146 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel,
HDMCStreamer.h1127 virtual void emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr() function
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp455 void MCObjectStreamer::emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr() function in MCObjectStreamer
483 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry()
HDMCAsmStreamer.cpp434 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel,
2601 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry()
2606 void MCAsmStreamer::emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr() function in MCAsmStreamer
HDMCDwarf.cpp193 MCOS->emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, Label, in emitOne()
240 MCOS->emitDwarfAdvanceLineAddr(LineDelta, LastLabel, Label, in emitOne()