Searched refs:MCLineEntry (Results 1 – 3 of 3) sorted by relevance
75 friend class MCLineEntry; variable138 class MCLineEntry : public MCDwarfLoc {147 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) in MCLineEntry() function165 void addLineEntry(const MCLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()169 typedef std::vector<MCLineEntry> MCLineEntryCollection;
129 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()
67 void MCLineEntry::Make(MCObjectStreamer *MCOS, MCSection *Section) { in Make()80 MCLineEntry LineEntry(LineSym, DwarfLoc); in Make()