Lines Matching defs:EndSymbol
915 MCSymbol *EndSymbol = Sec->getEndSymbol(context);
917 assert(EndSymbol && "EndSymbol must not be NULL");
922 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0);
1016 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context);
1018 assert(EndSymbol && "EndSymbol must not be NULL");
1027 EndSymbol, MCSymbolRefExpr::VK_None, context);
1119 MCSymbol *EndSymbol = mcdwarf::emitListsTableHeaderStart(*MCOS);
1126 const MCSymbol *EndSymbol = Sec->getEndSymbol(context);
1130 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0);
1136 MCOS->emitLabel(EndSymbol);
1143 const MCSymbol *EndSymbol = Sec->getEndSymbol(context);
1153 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0);