Lines Matching refs:EndSymbol
936 MCSymbol *EndSymbol = Sec->getEndSymbol(context); in EmitGenDwarfAranges() local
938 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfAranges()
943 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
1037 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo() local
1039 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfInfo()
1048 EndSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
1140 MCSymbol *EndSymbol = mcdwarf::emitListsTableHeaderStart(*MCOS); in emitGenDwarfRanges() local
1147 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges() local
1151 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()
1157 MCOS->emitLabel(EndSymbol); in emitGenDwarfRanges()
1164 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges() local
1174 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()