Searched refs:RangesSymbol (Results 1 – 1 of 1) sorted by relevance
911 const MCSymbol *RangesSymbol) { in EmitGenDwarfInfo() argument974 if (RangesSymbol) { in EmitGenDwarfInfo()978 MCOS->emitSymbolValue(RangesSymbol, OffsetSize); in EmitGenDwarfInfo()1088 MCSymbol *RangesSymbol; in emitGenDwarfRanges() local1095 RangesSymbol = context.createTempSymbol("debug_rnglist0_start"); in emitGenDwarfRanges()1096 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1112 RangesSymbol = context.createTempSymbol("debug_ranges_start"); in emitGenDwarfRanges()1113 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1136 return RangesSymbol; in emitGenDwarfRanges()1155 MCSymbol *RangesSymbol = nullptr; in Emit() local[all …]