Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h170 void addLineEntry(const MCCVLoc &LineEntry);
H A DMCDwarf.h186 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp134 addLineEntry(MCCVLoc{ in recordCVLoc()
265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry() function in CodeViewContext
H A DMCDwarf.cpp130 .addLineEntry(LineEntry, Section); in make()