Lines Matching refs:StartSymbol
612 MCSymbol *StartSymbol = sec.second.first; in EmitGenDwarfAranges() local
614 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
618 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
620 *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
700 MCSymbol *StartSymbol = TextSection->second.first; in EmitGenDwarfInfo() local
702 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
707 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
808 MCSymbol *StartSymbol = sec.second.first; in EmitGenDwarfRanges() local
810 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfRanges()
815 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfRanges()
821 *StartSymbol, *EndSymbol, 0); in EmitGenDwarfRanges()