Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCCodeView.h180 void addLineEntry(const MCCVLoc &LineEntry);
HDMCDwarf.h224 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCCodeView.cpp132 addLineEntry(MCCVLoc{ in recordCVLoc()
263 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry() function in CodeViewContext
HDMCDwarf.cpp117 .addLineEntry(LineEntry, Section); in make()