Searched refs:RangesSymbol (Results 1 – 1 of 1) sorted by relevance
949 const MCSymbol *RangesSymbol) { in EmitGenDwarfInfo() argument1012 if (RangesSymbol) { in EmitGenDwarfInfo()1016 MCOS->emitSymbolValue(RangesSymbol, OffsetSize); in EmitGenDwarfInfo()1123 MCSymbol *RangesSymbol; in emitGenDwarfRanges() local1130 RangesSymbol = context.createTempSymbol("debug_rnglist0_start"); in emitGenDwarfRanges()1131 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1147 RangesSymbol = context.createTempSymbol("debug_ranges_start"); in emitGenDwarfRanges()1148 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1171 return RangesSymbol; in emitGenDwarfRanges()1190 MCSymbol *RangesSymbol = nullptr; in Emit() local[all …]