Searched refs:getLabelAfterInsn (Results 1 – 5 of 5) sorted by relevance
133 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
142 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
548 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()898 assert(getLabelAfterInsn(&*CallInstrBundle) == in constructCallSiteEntryDIEs()899 getLabelAfterInsn(&*DelaySlotBundle) && in constructCallSiteEntryDIEs()966 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()1666 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()1678 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
1307 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()1391 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()2957 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()2989 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()3036 getLabelAfterInsn(&MI), in endFunctionImpl()
625 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC()