Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp688 .addLineEntry(MCDwarfLineEntry(LineSym, DwarfLoc), in emitLineInfo()
703 .addLineEntry(MCDwarfLineEntry(FunctionEndLabel, DwarfLoc), in emitLineInfoEnd()