Lines Matching refs:BeginLabel
200 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap() local
201 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!"); in computePadMap()
203 PadMap[BeginLabel] = P; in computePadMap()
243 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol(); in computeCallSiteTable() local
244 if (BeginLabel == LastLabel) in computeCallSiteTable()
248 RangeMapType::const_iterator L = PadMap.find(BeginLabel); in computeCallSiteTable()
255 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] && in computeCallSiteTable()
263 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 }; in computeCallSiteTable()
269 assert(BeginLabel && LastLabel && "Invalid landing pad!"); in computeCallSiteTable()
277 BeginLabel, in computeCallSiteTable()
299 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel); in computeCallSiteTable()
558 MCSymbol *BeginLabel = S.BeginLabel; in emitExceptionTable() local
559 if (!BeginLabel) in emitExceptionTable()
560 BeginLabel = EHFuncBeginSym; in emitExceptionTable()
570 Asm->EmitLabelDifference(BeginLabel, EHFuncBeginSym, 4); in emitExceptionTable()
573 BeginLabel->getName() + " and " + in emitExceptionTable()
575 Asm->EmitLabelDifference(EndLabel, BeginLabel, 4); in emitExceptionTable()