Home
last modified time | relevance | path

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

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