Searched refs:RangesSymbol (Results 1 – 1 of 1) sorted by relevance
906 const MCSymbol *RangesSymbol) { in EmitGenDwarfInfo() argument969 if (RangesSymbol) { in EmitGenDwarfInfo()973 MCOS->emitSymbolValue(RangesSymbol, OffsetSize); in EmitGenDwarfInfo()1083 MCSymbol *RangesSymbol; in emitGenDwarfRanges() local1091 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1107 RangesSymbol = context.createTempSymbol("debug_ranges_start"); in emitGenDwarfRanges()1108 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1131 return RangesSymbol; in emitGenDwarfRanges()1150 MCSymbol *RangesSymbol = nullptr; in Emit() local1184 RangesSymbol = emitGenDwarfRanges(MCOS); in Emit()[all …]