Searched refs:RangesSectionSymbol (Results 1 – 1 of 1) sorted by relevance
919 const MCSymbol *RangesSectionSymbol) { in EmitGenDwarfInfo() argument971 if (RangesSectionSymbol) { in EmitGenDwarfInfo()977 MCOS->EmitSymbolValue(RangesSectionSymbol, 4); in EmitGenDwarfInfo()1133 MCSymbol *RangesSectionSymbol = nullptr; in Emit() local1163 RangesSectionSymbol = context.createTempSymbol(); in Emit()1164 MCOS->EmitLabel(RangesSectionSymbol); in Emit()1168 assert((RangesSectionSymbol != nullptr) || !UseRangesSection); in Emit()1183 RangesSectionSymbol); in Emit()