Searched refs:emitDwarfAdvanceLineAddr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 148 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel,
|
| H A D | MCStreamer.h | 1112 virtual void emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 486 void MCObjectStreamer::emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr() function in MCObjectStreamer 519 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry()
|
| H A D | MCAsmStreamer.cpp | 398 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel, 2425 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry() 2430 void MCAsmStreamer::emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr() function in MCAsmStreamer
|
| H A D | MCDwarf.cpp | 221 MCOS->emitDwarfAdvanceLineAddr(LineDelta, LastLabel, Label, in emitDwarfLineTable()
|