Searched refs:CSRange (Results 1 – 2 of 2) sorted by relevance
521 const CallSiteRange &CSRange = CallSiteRanges.back(); in emitExceptionTable() local522 for (size_t CallSiteIdx = CSRange.CallSiteBeginIdx; in emitExceptionTable()638 for (const CallSiteRange &CSRange : CallSiteRanges) { in emitExceptionTable() local639 if (CSRange.IsLPRange) { in emitExceptionTable()642 LandingPadRange = &CSRange; in emitExceptionTable()660 for (const CallSiteRange &CSRange : CallSiteRanges) { in emitExceptionTable() local661 if (CSRange.CallSiteBeginIdx != 0) { in emitExceptionTable()666 Asm->OutStreamer->emitLabel(CSRange.ExceptionLabel); in emitExceptionTable()699 for (size_t CallSiteIdx = CSRange.CallSiteBeginIdx; in emitExceptionTable()703 MCSymbol *EHFuncBeginSym = CSRange.FragmentBeginLabel; in emitExceptionTable()[all …]
8174 CharSourceRange CSRange = getSpecifierRange(CS.getStart(), CS.getLength()); in HandleNonStandardConversionSpecifier() local8177 << FixItHint::CreateReplacement(CSRange, FixedCS->toString()); in HandleNonStandardConversionSpecifier()