Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodeView.h173 void addLineEntry(const MCCVLoc &LineEntry);
H A DMCDwarf.h178 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp135 addLineEntry(MCCVLoc{ in recordCVLoc()
266 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry() function in CodeViewContext
H A DMCDwarf.cpp110 .addLineEntry(LineEntry, Section); in Make()