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
548 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()925 assert(getLabelAfterInsn(&*CallInstrBundle) == in constructCallSiteEntryDIEs()926 getLabelAfterInsn(&*DelaySlotBundle) && in constructCallSiteEntryDIEs()992 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()1692 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()1704 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
1308 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()1402 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()2986 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()3018 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()3065 getLabelAfterInsn(&MI), in endFunctionImpl()
627 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC()