Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h177 void addLineEntry(const MCCVLoc &LineEntry);
H A DMCDwarf.h220 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry() function
/openbsd-src/gnu/llvm/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.cpp113 .addLineEntry(LineEntry, Section); in make()