Lines Matching refs:StartSymbol
887 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local
889 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
893 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
895 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
988 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local
990 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
995 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
1098 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local
1101 StartSymbol, MCSymbolRefExpr::VK_None, context); in emitGenDwarfRanges()
1103 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()
1115 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local
1120 StartSymbol, MCSymbolRefExpr::VK_None, context); in emitGenDwarfRanges()
1126 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()