Lines Matching refs:EndSymbol
883 MCSymbol *EndSymbol = Sec->getEndSymbol(context); in EmitGenDwarfAranges() local
885 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfAranges()
890 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
984 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo() local
986 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfInfo()
995 EndSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
1087 MCSymbol *EndSymbol = mcdwarf::emitListsTableHeaderStart(*MCOS); in emitGenDwarfRanges() local
1094 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges() local
1098 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()
1104 MCOS->emitLabel(EndSymbol); in emitGenDwarfRanges()
1111 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges() local
1121 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()