Lines Matching refs:StartSymbol
611 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local
613 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
617 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
619 *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
699 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local
701 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
706 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
806 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfRanges() local
808 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfRanges()
813 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfRanges()
819 *StartSymbol, *EndSymbol, 0); in EmitGenDwarfRanges()