Searched refs:StartSymbol (Results 1 – 1 of 1) sorted by relevance
926 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local928 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()931 const MCExpr *Addr = MCSymbolRefExpr::create(StartSymbol, context); in EmitGenDwarfAranges()933 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()1026 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local1028 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()1032 const MCExpr *Start = MCSymbolRefExpr::create(StartSymbol, context); in EmitGenDwarfInfo()1133 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local1136 MCSymbolRefExpr::create(StartSymbol, context); in emitGenDwarfRanges()1138 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()[all …]