Searched refs:RangesSymbol (Results 1 – 1 of 1) sorted by relevance
905 const MCSymbol *RangesSymbol) { in EmitGenDwarfInfo() argument968 if (RangesSymbol) { in EmitGenDwarfInfo()972 MCOS->emitSymbolValue(RangesSymbol, OffsetSize); in EmitGenDwarfInfo()1082 MCSymbol *RangesSymbol; in emitGenDwarfRanges() local1090 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1106 RangesSymbol = context.createTempSymbol("debug_ranges_start"); in emitGenDwarfRanges()1107 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()1130 return RangesSymbol; in emitGenDwarfRanges()1149 MCSymbol *RangesSymbol = nullptr; in Emit() local1183 RangesSymbol = emitGenDwarfRanges(MCOS); in Emit()[all …]