Searched refs:getLabelAfterInsn (Results 1 – 5 of 5) sorted by relevance
133 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
143 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
551 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()901 assert(getLabelAfterInsn(&*CallInstrBundle) == in constructCallSiteEntryDIEs()902 getLabelAfterInsn(&*DelaySlotBundle) && in constructCallSiteEntryDIEs()969 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()1672 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()1684 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
1224 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()1317 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()2847 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()2879 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()2926 getLabelAfterInsn(&MI), in endFunctionImpl()
613 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC()