Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h182 void addLineEntry(const MCCVLoc &LineEntry);
H A DMCDwarf.h240 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp130 addLineEntry(MCCVLoc{ in recordCVLoc()
251 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry() function in CodeViewContext
H A DMCDwarf.cpp113 .addLineEntry(LineEntry, Section); in make()
292 getMCLineSections().addLineEntry(LineEntry, MCOS->getCurrentSectionOnly()); in endCurrentSeqAndEmitLineStreamLabel()
H A DMCStreamer.cpp471 .addLineEntry(LabelLineEntry, getCurrentSectionOnly() /*Section*/); in emitLineTableLabel()