Searched refs:getLabelBeforeInsn (Results 1 – 5 of 5) sorted by relevance
133 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
134 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DebugHandlerBase
1307 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in collectVariableInfoFromMFTable()1396 const MCSymbol *Begin = getLabelBeforeInsn(Entry.getInstr()); in calculateRanges()1401 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges()3017 Block.Begin = getLabelBeforeInsn(Range.first); in collectLexicalBlockInfo()3064 CurFn->HeapAllocSites.push_back(std::make_tuple(getLabelBeforeInsn(&MI), in endFunctionImpl()
998 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()1692 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()1706 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()1963 MCSymbol *Sym = getLabelBeforeInsn(MI); in collectEntityInfo()
626 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); in attachRangesOrLowHighPC()