Searched refs:getLabelAfterInsn (Results 1 – 5 of 5) sorted by relevance
136 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
141 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
527 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()904 assert(getLabelAfterInsn(&*CallInstrBundle) == in constructCallSiteEntryDIEs()905 getLabelAfterInsn(&*DelaySlotBundle) && in constructCallSiteEntryDIEs()971 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()1709 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()1721 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
1326 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()1426 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()3019 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()3051 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()3098 getLabelAfterInsn(&MI), in endFunctionImpl()
658 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC()