Home
last modified time | relevance | path

Searched refs:MCLineEntry (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCDwarf.h75 friend class MCLineEntry; variable
138 class MCLineEntry : public MCDwarfLoc {
147 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) in MCLineEntry() function
165 void addLineEntry(const MCLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()
169 typedef std::vector<MCLineEntry> MCLineEntryCollection;
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectStreamer.cpp129 MCLineEntry::Make(this, getCurrentSection().first); in EmitValueImpl()
237 MCLineEntry::Make(this, getCurrentSection().first); in EmitInstruction()
307 MCLineEntry::Make(this, getCurrentSection().first); in EmitDwarfLocDirective()
365 MCLineEntry::Make(this, getCurrentSection().first); in EmitBytes()
HDMCDwarf.cpp67 void MCLineEntry::Make(MCObjectStreamer *MCOS, MCSection *Section) { in Make()
80 MCLineEntry LineEntry(LineSym, DwarfLoc); in Make()