Lines Matching refs:StartSymbol
618 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local
620 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
624 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
626 *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
706 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local
708 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
713 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
813 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfRanges() local
815 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfRanges()
820 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfRanges()
826 *StartSymbol, *EndSymbol, 0); in EmitGenDwarfRanges()