Searched refs:getLabelBeforeInsn (Results 1 – 5 of 5) sorted by relevance
130 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
136 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DebugHandlerBase
1223 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in collectVariableInfoFromMFTable()1311 const MCSymbol *Begin = getLabelBeforeInsn(Entry.getInstr()); in calculateRanges()1316 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges()2878 Block.Begin = getLabelBeforeInsn(Range.first); in collectLexicalBlockInfo()2925 CurFn->HeapAllocSites.push_back(std::make_tuple(getLabelBeforeInsn(&MI), in endFunctionImpl()
975 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()1672 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()1686 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()1943 MCSymbol *Sym = getLabelBeforeInsn(MI); in collectEntityInfo()
612 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); in attachRangesOrLowHighPC()