Searched refs:RangesSymbol (Results 1 – 1 of 1) sorted by relevance
924 const MCSymbol *RangesSymbol) { in EmitGenDwarfInfo() argument987 if (RangesSymbol) { in EmitGenDwarfInfo()991 MCOS->emitSymbolValue(RangesSymbol, OffsetSize); in EmitGenDwarfInfo()1101 MCSymbol *RangesSymbol; in emitGenDwarfRanges() local1108 RangesSymbol = context.createTempSymbol("debug_rnglist0_start"); in emitGenDwarfRanges()1109 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1125 RangesSymbol = context.createTempSymbol("debug_ranges_start"); in emitGenDwarfRanges()1126 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1149 return RangesSymbol; in emitGenDwarfRanges()1168 MCSymbol *RangesSymbol = nullptr; in Emit() local[all …]