Lines Matching refs:RangesSymbol
906 const MCSymbol *RangesSymbol) { in EmitGenDwarfInfo() argument
969 if (RangesSymbol) { in EmitGenDwarfInfo()
973 MCOS->emitSymbolValue(RangesSymbol, OffsetSize); in EmitGenDwarfInfo()
1083 MCSymbol *RangesSymbol; in emitGenDwarfRanges() local
1090 RangesSymbol = context.createTempSymbol("debug_rnglist0_start"); in emitGenDwarfRanges()
1091 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() local
1184 RangesSymbol = emitGenDwarfRanges(MCOS); in Emit()
1185 assert(RangesSymbol); in Emit()
1192 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol, RangesSymbol); in Emit()