Lines Matching refs:MCGenDwarfLabelEntry
675 const std::vector<const MCGenDwarfLabelEntry *> &Entries =
677 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it =
680 const MCGenDwarfLabelEntry *Entry = *it;
709 // Deallocate the MCGenDwarfLabelEntry classes that saved away the info
711 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it =
714 const MCGenDwarfLabelEntry *Entry = *it;
771 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS,
803 MCGenDwarfLabelEntry *Entry =
804 new MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label);