Searched refs:getLabelBeforeInsn (Results 1 – 5 of 5) sorted by relevance
130 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
135 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DebugHandlerBase
1306 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in collectVariableInfoFromMFTable()1385 const MCSymbol *Begin = getLabelBeforeInsn(Entry.getInstr()); in calculateRanges()1390 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges()2988 Block.Begin = getLabelBeforeInsn(Range.first); in collectLexicalBlockInfo()3035 CurFn->HeapAllocSites.push_back(std::make_tuple(getLabelBeforeInsn(&MI), in endFunctionImpl()
972 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()1666 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()1680 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()1937 MCSymbol *Sym = getLabelBeforeInsn(MI); in collectEntityInfo()
624 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); in attachRangesOrLowHighPC()