Lines Matching refs:StartSymbol
882 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local
884 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
888 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
890 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
983 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local
985 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
990 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
1093 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local
1096 StartSymbol, MCSymbolRefExpr::VK_None, context); in emitGenDwarfRanges()
1098 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()
1110 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local
1115 StartSymbol, MCSymbolRefExpr::VK_None, context); in emitGenDwarfRanges()
1121 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()